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 ----
function f(x) { y = y=0.0141134*x; return y }
function g(x) { y = y=0.011742857*x+0.007185714; return y }
...
aX = 0; bX = 5; aY = 0; bY = 0.06
Dx = 1; Dy = 0.01
...
Qx = [1, 2, 2.5, 3, 3.5, 4]
Qy = [0.02, 0.03, 0.035, 0.042, 0.05, 0.054]
...
AX=BX=AY=BY=""
...
AAX=aX; BBX=bX; AAY=aY; BBY=bY
...