Reflect images: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<jsxgraph width="600" height="500"> | <jsxgraph width="600" height="500"> | ||
(function(){ | (function(){ | ||
var brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:[-5,5,13,-2.5], axis:true}); | var brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:[-5,5,13,-2.5], keepaspectratio:true, axis:true}); | ||
var p0, p1, p2, p3, p5, | var p0, p1, p2, p3, p5, | ||
l1, l2, | l1, l2, |
Revision as of 11:58, 29 July 2011
The JavaScript code
Here is the complete code to accomplish this behaviour.