Difference between revisions of "Data plot"

From JSXGraph Wiki
Jump to navigationJump to search
Line 17: Line 17:
 
}
 
}
 
</jsxgraph>
 
</jsxgraph>
<html>
 
<form>
 
<input type="button" value="plot data" onClick="plotData()">
 
<textarea id="in_data" cols=20 rows=15>
 
1; 2
 
3; 4
 
2; 7
 
</textarea>
 
</form>
 
</html>
 

Revision as of 01:04, 12 February 2010