Puoi aprire il codice e modificare la funzione: vedi l'Help
You can open the Code and modify the function: see the Help
HELP

// --- f blue, g green, h red ----

function f(x) {y=1/0; if(x>=0 && x<=50) {y=30+2*x}; if(x>50 && x <=100) {y=-20+3*x}; return y}
function g(x) {y=1/0; if(x>=0 && x<=50) {y=30+2*x}; if(x>50 && x <=100) {y=50+2*x}; return y}
function h(x) {y = 140; return y}

aX = -10; bX = 110; aY = -50; bY = 300
Dx = 10; Dy = 50