Puoi aprire il codice e modificare la funzione: vedi l'Help
You can open the Code and modify the function: see the Help
HELP

// ---- f blue, g green, h red ----

function f(x) { y = x; return y }
function g(x) { y = -x; return y }
function h(x) { y = Math.sin(x)*x ; return y }
...
aX = -20; bX = 20; aY = -20; bY = 20
Dx = 5; Dy = 5
...
linew=2; linef=1; lineg=1; lineh=3
...