Difference between revisions of "Applets:Periodendauer periodischer Signale"
From LNTwww
David.Jobst (talk | contribs) |
David.Jobst (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<html> | <html> | ||
Line 40: | Line 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> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 63: | Line 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] |
}); | }); | ||
Revision as of 22:09, 18 September 2017