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 =  x*1.2; return y }

aX = 0; bX = 25; aY = 0; bY = 30
Dx = 1; Dy = 1

xx=[5,10,15,20,25]; yy=[5,10,15,20,25,30]
Q1x=[5,7.5,20]; Q1y=[f(5),f(7.5),f(20)]
C1="red"; L1x=[0,7.5,7.5]; L1y=[9,9,0]

AX=BX=AY=BY=""
BY="p"; BX="C"

T0=["0",0,-1.2]; T1=["10",10,-1.2]; T2=["20",20,-1.2]
T3=["0",-1,0]; T4=["10",-1.3,10]; T5=["20",-1.3,20]; T6=["30",-1.3,30]