Difference between revisions of "Inverse mapping of the power function"

From JSXGraph Wiki
Jump to navigationJump to search
Line 5: Line 5:
 
<div id="jxgbox" class="jxgbox" style="width:600px; height:400px;"></div>
 
<div id="jxgbox" class="jxgbox" style="width:600px; height:400px;"></div>
 
<script language="JavaScript">
 
<script language="JavaScript">
b = JXG.JSXGraph.initBoard('jxgbox', {originX: 200, originY: 300, unitX: 40, unitY: 20});
+
b = JXG.JSXGraph.initBoard('jxgbox', {originX: 220, originY: 300, unitX: 40, unitY: 20});
 
b.suspendUpdate();
 
b.suspendUpdate();
 
b.createElement('axis', [[0,0], [1,0]], {});
 
b.createElement('axis', [[0,0], [1,0]], {});

Revision as of 13:05, 30 January 2009

<link rel="stylesheet" type="text/css" href="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css" />
<script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/prototype.js"></script>
<script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js"></script>
<div id="jxgbox" class="jxgbox" style="width:600px; height:400px;"></div>