Aligning text: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs)  Created page with "<jsxgraph width="600" height="600"> </jsxgraph>  ===The underlying JavaScript code=== <source lang="javascript"> </source>  Category:Examples"  | 
				A WASSERMANN (talk | contribs) 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>  | ||