Aligning text: Difference between revisions

From JSXGraph Wiki
(Created page with "<jsxgraph width="600" height="600"> </jsxgraph> ===The underlying JavaScript code=== <source lang="javascript"> </source> Category:Examples")
 
No edit summary
Line 1: Line 1:
<jsxgraph width="600" height="600">
<jsxgraph width="600" height="600">
    var brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox: [-1,10,5,-1], axis:true, keepAspectRatio:false});
</jsxgraph>
</jsxgraph>



Revision as of 07:34, 19 October 2012

The underlying JavaScript code