Even simpler function plotter
From JSXGraph Wiki
<html> <input type="text" id="input" value="sin(x)*x"> <input type="button" value="plot" onClick="plotter()"> </form>
<html> <input type="text" id="input" value="sin(x)*x"> <input type="button" value="plot" onClick="plotter()"> </form>