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

...
function f(x) { y = 1/0; return y }
...
aX = 0; bX = 30; aY = 21; bY = 25
Dx = 5; Dy = 1
...
Ly=[22.27, 22.19, 22.08, 22.17, 22.18, 22.13, 22.23, 22.43, 22.24, 22.29, 22.15, 22.39, 22.38, 22.61, 23.36, 24.05, 23.75, 23.83, 23.95, 23.63, 23.82, 23.87, 23.65, 23.19, 23.10, 23.33, 22.68, 23.10, 22.40, 22.17]
for(i=0; i < Ly.length; i=i+1) {Lx[i]=i}

L1y=[22.27, 22.209, 22.169, 22.156, 22.171, 22.203, 22.248, 22.275, 22.284, 22.276, 22.297, 22.378, 22.575, 22.886, 23.263, 23.58, 23.767, 23.823, 23.816, 23.797, 23.761, 23.682, 23.542, 23.368, 23.214, 23.071, 22.933, 22.73, 22.476, 22.17]
for(i=0; i < L1y.length; i=i+1) {L1x[i]=i}
C0="red"
...
AX=BX=AY=BY=""
...
AAX=aX; BBX=bX; AAY=aY; BBY=bY
...