Parametric curve plotter: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 5: Line 5:
   <input type="button" value="plot" onClick="doIt()">
   <input type="button" value="plot" onClick="doIt()">
   <input type="button" value="clear all" onClick="clearAll()">
   <input type="button" value="clear all" onClick="clearAll()">
  <input type='button' value='Zoom In' onclick='board.zoomIn()' >
  <input type='button' value='Zoom Out' onclick='board.zoomOut()' >
  <input type='button' value='Zoom 100%' onclick='board.zoom100()'>
</p>
</p>
</html>
</html>

Revision as of 19:41, 1 July 2009


The JavaScript code

<source lang="xml"> <source>