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 = 45; aY = 1.5; bY = 1.9
Dx = 5; Dy = 0.1
...
Ly=[1.61, 1.64, 1.66, 1.65, 1.61, 1.65, 1.67, 1.71, 1.70, 1.69, 1.70, 1.71, 1.72, 1.75, 1.79, 1.82, 1.84, 1.82, 1.78, 1.73, 1.76, 1.73, 1.73, 1.74, 1.76, 1.77, 1.80, 1.83, 1.84, 1.78, 1.69, 1.66, 1.55, 1.57, 1.56, 1.56, 1.54, 1.55, 1.59, 1.60, 1.62, 1.61]
for(i=0; i < Ly.length; i=i+1) {Lx[i]=i}
L1y=[1.61, 1.628, 1.639, 1.641, 1.645, 1.654, 1.671, 1.686, 1.695, 1.699, 1.704, 1.715, 1.733, 1.757, 1.784, 1.805, 1.811, 1.802, 1.782, 1.762, 1.747, 1.741, 1.74, 1.747, 1.76, 1.779, 1.797, 1.806, 1.794, 1.758, 1.705, 1.649, 1.604, 1.576, 1.562, 1.556, 1.558, 1.566, 1.581, 1.596, 1.605, 1.61]
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
...