Parametric curve plotter: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) (New page: <html> <p> <textarea cols=60 rows=4 id="eingabe">function x(t) {return Math.cos(t); }; function y(t) {return Math.sin(t); };</textarea><br /> <input type="button" value="plot" onClick=...) |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 19: | Line 19: | ||
x,y, | x,y, | ||
function(){return a.Value();}, | function(){return a.Value();}, | ||
function(){return b.Value();}], | function(){return b.Value();} | ||
{strokeColor:'red', strokeWidth:2}); | ], | ||
{strokeColor:'red', strokeWidth:2} | |||
); | |||
board.update(); | board.update(); | ||
} | } |
Revision as of 19:39, 1 July 2009
The JavaScript code
<source lang="xml"> <source>