Puoi aprire il codice e modificarlo
HELP

...
aX = -8*Math.PI; bX = 32*Math.PI; aY = -3; bY = 3
Dx = Math.PI; Dy = 1

titolo = "una vibrazione"
Cax="brown"; Cgr="silver"                                     // colori degli assi e della griglia;  metti "white" se non li vuoi
...
function f(x) { y = Math.sin(x)+Math.sin(1.2*x); return y }  
...
// se metti xx=[2,5] (o yy=[2,5]) sono tracciate le rette verticali x=2,x=5 (orizzontali y=2,y=5) di colore colxx
colxx="grey"
xx=yy=[]
xx=[-8*Math.PI,-6*Math.PI,-4*Math.PI,-2*Math.PI,2*Math.PI,4*Math.PI,6*Math.PI,8*Math.PI,
10*Math.PI,12*Math.PI,14*Math.PI,16*Math.PI,18*Math.PI,20*Math.PI,22*Math.PI,10*Math.PI,
24*Math.PI,26*Math.PI,28*Math.PI,30*Math.PI,32*Math.PI] ... AX=BX=AY=BY="" BY = titolo AAY=aY; BBY=bY AY="Dx = PI" AAX="-8*PI"; BBX="32*PI" ...