Aligning text: Difference between revisions

From JSXGraph Wiki
No edit summary
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});
     var brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox: [-1,10,7,-1], axis:true, keepAspectRatio:false});


     brd.create('text', [3, 8, "Default"]);
     brd.create('text', [3, 8, "Default"]);

Revision as of 07:35, 19 October 2012

The underlying JavaScript code