Difference between revisions of "Rolling circle on line"

From JSXGraph Wiki
Jump to navigationJump to search
(New page: <jsxgraph width="0" height="0" box="nix"></jsxgraph> <html> <script type="text/javascript" src="/~alfred/jsxgraph/trunk/src/Roulette.js"></script> <form> <input type="button" value="start"...)
 
Line 9: Line 9:
  
 
<jsxgraph width="600" height="600" box="jxgbox">
 
<jsxgraph width="600" height="600" box="jxgbox">
var brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox:[-5,5,5,-5]});
+
var brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox:[-1,5,10,-5], keepaspectratio:true});
 
brd.suspendUpdate();
 
brd.suspendUpdate();
  

Revision as of 17:13, 2 October 2010

The underlying JavaScript code