Applets:Periodendauer periodischer Signale: Unterschied zwischen den Versionen
Aus LNTwww
Zeile 1: | Zeile 1: | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<html> | <html> | ||
Zeile 40: | Zeile 35: | ||
<div id="pltBoxHtml" class="jxgbox" style="width:600px; height:600px; border:1px solid black; margin:-100px 20px 10px 0px;"></div> | <div id="pltBoxHtml" class="jxgbox" style="width:600px; height:600px; border:1px solid black; margin:-100px 20px 10px 0px;"></div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Zeile 63: | Zeile 48: | ||
}); | }); | ||
pltBox = JXG.JSXGraph.initBoard('pltBoxHtml', { | pltBox = JXG.JSXGraph.initBoard('pltBoxHtml', { | ||
− | showCopyright: false, axis: | + | showCopyright: false, axis:true, |
zoom: { factorX: 1.1, factorY: 1.1, wheel: true, needshift: true, eps: 0.1 }, | zoom: { factorX: 1.1, factorY: 1.1, wheel: true, needshift: true, eps: 0.1 }, | ||
− | grid: | + | grid:true, boundingbox: [-0.5, 2.2, 12.4, -2.2] |
}); | }); | ||
Version vom 18. September 2017, 22:09 Uhr