Even simpler function plotter: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) (New page: <html> <input type="text" id="input" value="sin(x)*x"> <input type="button" value="plot" onClick="plotter()"> </form> <jsxgraph width="600" height="400"> var board = JXG.JSXGraph.initBoard...) |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
<input type="button" value="plot" onClick="plotter()"> | <input type="button" value="plot" onClick="plotter()"> | ||
</form> | </form> | ||
</html> | |||
<jsxgraph width="600" height="400"> | <jsxgraph width="600" height="400"> | ||
var board = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:[-5,8,8,-5], axis:true}); | var board = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:[-5,8,8,-5], axis:true}); |
Revision as of 16:40, 22 March 2010