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 = Math.pow(1.1,x); return y }
function g(x) { y = -Math.pow(1.1,x); return y }
function h(x) { y = Math.sin(x)*Math.pow(1.1,x) ; return y }
...
aX = -20; bX = 30; aY = -15; bY = 15
Dx = 5; Dy = 5
...
...
linew=2; linef=1; lineg=1; lineh=2
...