Difference between revisions of "Reflect images"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
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], keepaspectratio: | + | var brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:[-5,5,13,-2.5], keepaspectratio:false, axis:true}); |
var p0, p1, p2, p3, p5, | var p0, p1, p2, p3, p5, | ||
l1, l2, | l1, l2, |
Revision as of 13:58, 29 July 2011
The JavaScript code
Here is the complete code to accomplish this behaviour.