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 }
function g(x) { y = 3.5/33*x; return y }
function h(x) { y = 12.1/107*x; return y }

aX = 0; bX = 120; aY = 0; bY = 13
Dx = 10; Dy = 1

Q1x=[31,63,87,109]; Q1y=[3.8,6.9,9.6,11.8]
Px=Py=[0]
xx=[50,100]; yy=[5,10]

D1=31; E1=2; D2=3.8; E2=0.3; Lx=[D1-E1,D1+E1,D1+E1,D1-E1,D1-E1]; Ly=[D2-E2,D2-E2,D2+E2,D2+E2,D2-E2]
D1=63; E1=2; D2=6.9; E2=0.3; L1x=[D1-E1,D1+E1,D1+E1,D1-E1,D1-E1]; L1y=[D2-E2,D2-E2,D2+E2,D2+E2,D2-E2]
D1=87; E1=2; D2=9.6; E2=0.3; L2x=[D1-E1,D1+E1,D1+E1,D1-E1,D1-E1]; L2y=[D2-E2,D2-E2,D2+E2,D2+E2,D2-E2]
D1=109; E1=2; D2=11.8; E2=0.3; L3x=[D1-E1,D1+E1,D1+E1,D1-E1,D1-E1]; L3y=[D2-E2,D2-E2,D2+E2,D2+E2,D2-E2]

AX=BX=AY=BY=""
AAX=aX; BBX=bX; AAY=aY+" "; BBY=bY

linew=1; lineg=1; lineh=1