Mutually dependent line and gliders: Difference between revisions

From JSXGraph Wiki
(Created page with "<jsxgraph width="600" height="600"> var board = JXG.JSXGraph.initBoard('jxgbox', { boundingbox: [-5,5,5,-5], keepaspectratio: true, axis:true, grid:true ...")
 
No edit summary
Line 1: Line 1:
<jsxgraph width="600" height="600">
<jsxgraph width="600" height="600">
var board = JXG.JSXGraph.initBoard('jxgbox', {
var board = JXG.JSXGraph.initBoard('jxgbox', {
        boundingbox: [-5,5,5,-5],
    boundingbox: [-5,5,5,-5],
     keepaspectratio: true, axis:true, grid:true          
     keepaspectratio: true, axis:false, grid:true
     });
     });



Revision as of 07:49, 1 June 2012