Puoi aprire il codice e modificarlo
HELP
...
aX = 0; bX = 90; aY = 0; bY = 30
Dx = 2; Dy = 1
titolo = "studio sperimentale del legame tra due grandezze direttamente proporzionali"
Cax="brown"; Cgr="silver"
quadro=1
C0=C1=C2=C3=C4=C5="grey"
L0x=[0,90]; L0y=[10,10]; L1x=[0,90]; L1y=[20,20]
L2x=[20,20]; L2y=[0,30]; L3x=[40,40]; L3y=[0,30]; L4x=[60,60]; L4y=[0,30]; L5x=[80,80]; L5y=[0,30]
C6=C7=C8=C9="red"
D1=23; E1=3; D2=7; E2=1; L6x=[D1-E1,D1+E1,D1+E1,D1-E1,D1-E1]; L6y=[D2-E2,D2-E2,D2+E2,D2+E2,D2-E2]
D1=39; E1=3; D2=11; E2=1; L7x=[D1-E1,D1+E1,D1+E1,D1-E1,D1-E1]; L7y=[D2-E2,D2-E2,D2+E2,D2+E2,D2-E2]
D1=55; E1=3; D2=17; E2=2; L8x=[D1-E1,D1+E1,D1+E1,D1-E1,D1-E1]; L8y=[D2-E2,D2-E2,D2+E2,D2+E2,D2-E2]
D1=77; E1=3; D2=23; E2=2; L9x=[D1-E1,D1+E1,D1+E1,D1-E1,D1-E1]; L9y=[D2-E2,D2-E2,D2+E2,D2+E2,D2-E2]
...
// funzioni di cui tracciare il grafico (f blu, g verde, h rosso, k arancione)
function f(x) { y = 21/80*x; return y }
function g(x) { y = 12/36*x; return y }
...
// Puoi mettere fino a 10 scritte (S) in diverse posizioni (x,y) con T0=["S",x,y],...
T0=["x",87,1.2]; T1=["y",1.2,28]
...