Puoi aprire il codice e modificarlo
HELP
...
aX = 0; bX = 1e6; aY = 0; bY = 8e4
Dx = 1e5; Dy = 1e4
titolo = "costo totale"
Cax="brown"; Cgr="grey"
quadro=1
...
function f(x) { y = 2.5e4 + 0.05*x; return y }
function g(x) { y = 1.7e4 + 0.063*x; return y }
function h(x) { y = 3e4 + 0.04*x; return y }
function k(x) { y = 1/0; return y }
Co=Co1=Co2=Co3=Co4=Co5=Co6=Co7=Co8=Co9=""; T0=T1=T2=T3=T4=T5=T6=T7=T8=T9=""
// Se vuoi colorare l'interno del poligono L0 o L1 o ... L9 poni Co="colore" o Co1="colore" o ... Co9="colore"
// Puoi mettere fino a 10 scritte (S) in diverse posizioni (x,y) con T0=["S",x,y],...,T9=["S",x,y]
T1=["A",60e3,16e3]; T2=["C",60e3,36e3]; T3=["B",-40e3,25e3]
...
AX=BX=AY=BY=""
BY = titolo
AAY=aY; BBY=bY
AY="Dx = "+Dx
AAX=aX; BBX=bX
AX = "euro"
BX = "" // if you want, you can change what to write as the extremes of the x or y intervals
AY = "pezzi"
AAX="0"; BBX="1 mil."; AAY="0"; BBY="80 mila"
...