Puoi aprire il codice e modificarlo
HELP

...
aX = -5; bX = 20; aY = -10; bY = 100
Dx = 1; Dy = 10

titolo = "scala 1/5000: 1 mm carta = 5 m reali"
...
function f(x) { y = 70/14*x; if(x<0) y=1/0; return y }  
function g(x) { y = 1/0; return y }
function h(x) { y = 1/0; return y }
function k(x) { y = 1/0; return y }
...
...
// se metti xx=[2,5] (o yy=[2,5]) sono tracciate le rette verticali x=2,x=5 (orizzontali y=2,y=5) di colore colxx
colxx="magenta"
xx=[-5,5,10,15,20]
yy=[50,100]