Puoi aprire il codice e modificarlo       altri grafici
HELP

...
aX = -6; bX = 10; aY = -6; bY = 10
Dx = 1; Dy = 1
...
C0="blue"; C1="black"; C2="green"
n=200; H = 2*Math.PI/n
for(i=0;i<=n; i=i+1) { t = H*i; L0x[i]= 4*Math.cos(t); L0y[i]= 4*Math.sin(t)  }
Q0x=[0]; Q0y=[0]
for(i=0;i<=n; i=i+1) { t = H*i; L1x[i]= Math.cos(t); L1y[i]= Math.sin(t)  }
for(i=0;i<=n; i=i+1) { t = H*i; L2x[i]= 4*Math.cos(t)+4; L2y[i]= 4*Math.sin(t)+3  }
Q2x=[4]; Q2y=[3]

function f(x) { y = 1/0; return y }
...
// Puoi mettere fino a 10 scritte (S) in diverse posizioni (x,y) con T0=["S",x,y],...,T9=["S",x,y]
T0=["B",-3.5,3.5]; T1=["A",-1.4,1.3]; T2=["C",7.5,6.5]
...