| VAR | DESCRIPTION | RANGE | 
| x, y | cordinate to draw | [-1;1) | 
| n | number of points to render | |
| i | position of the scope | (0;1) | 
| v | value of the scope at i | (-1;1) | 
| w, h | width and height of the render | 
i incrementa da 0 a 1 a passi costanti: n-1 passi di ampiezza 1/(n-1)
es: n=1: i=0;    n=2: i=0,1 ; n=3: i=0,1/2,1 ;  n=4: i=0,1/3,2/3,1
asse y orientato verso il basso
(-1,-1) coordinate angolo alto-sinistra della finestra di render