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 =  100*Math.pow(1.5,x); return y }

aX = 4.9; bX = 6.1; aY = 700; bY = 1200
Dx = 0.1; Dy = 100

C2="green"; L2x=[5.5,5.5]; L2y=[700,1200]
Q1x=[5,6]; Q1y=[f(5),f(6)]
C1="red"; L1x=[5,6]; L1y=[f(5),f(6)]
Q2x=[5.5]; Q2y=[f(5)+(f(6)-f(5))/2]