Reflect images
From JSXGraph Wiki
Revision as of 13:41, 29 July 2011 by A WASSERMANN (talk | contribs) (Created page with "<jsxgraph width="500" height="600"> (function(){ var brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:[-6,6,12,-6], axis:true}); })(); </jsxgraph> ===The JavaScript code==...")
The JavaScript code
Here is the complete code to accomplish this behaviour.