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 XX(t) {x=t+Math.sin(t)*Math.tan(70/180*Math.PI); return x}; function YY(t) {y=(Math.sin(t)+1.2)*13; return y} t1=5; t2=Math.PI*20 for(j=1;j<=5e3;j=j+1) {t=t1+(t2-t1)/5e3*(j-1); Lx[j]=XX(t); Ly[j]=YY(t)} linew=1