xvedi2 listati per boxwidth, clabel,clip,cntrparam
# Boxwidth(general) gestione riquadri
set boxwidth show boxwidth pause -1 set boxwidth 10 show boxwidth
# Clabel gestione label di cornice
set clabel show clabel set clabel %8,%g set noclabel show clabel
# Clip(general)gestione taglio fuori area
set noclip show clip set clip points set yrange[-2:2] plot 3*sin(x) pause -1 set clip one plot 3*sin(x) pause -1 set clip two plot 3*sin(x) show clip pause -1
# Cntrparam(general) gestione funxion parametriche
set parametric show parametric set trange [-5:5] set urange [-2:2] set vrange [-8:8] plot sin(t),cos(t) pause -1 splot cos(u)*cos(v),cos(u)*sin(v),sin(u) pause -1 set noparametric plot sin(x) pause -1