Change Equation of a Graph: Difference between revisions
From JSXGraph Wiki
| No edit summary | No edit summary | ||
| Line 1: | Line 1: | ||
| This example shows how you can change the equation of a graph without creating the whole construction again. | This example shows how you can change the equation of a graph without creating the whole construction again. | ||
| <html> | <html> | ||
| <script type="text/javascript" src="../distrib/prototype.js"></script> | <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/loadjsxgraphXML.js"></script> | |||
| <div style="width:960px"> | <div style="width:960px"> | ||
| <div id="jxgbox" class="jxgbox" style="width:600px; height:400px; float:left; "></div> | <div id="jxgbox" class="jxgbox" style="width:600px; height:400px; float:left; "></div> | ||
Revision as of 09:43, 15 September 2008
This example shows how you can change the equation of a graph without creating the whole construction again.
