xvedi listati per

xyz..xyz2 data...label


# Xyz.2.data gestione variabili x,x2
set xdata 
set ydata
set zdata
show xdata
show ydata
show zdata
set x2data
set y2data
show x2data
show y2data
plot x
pause -1
set xdata time
show xdata
show ydata
show zdata
plot x
pause -1
set xdata time
set ydata numerical
set zdata time
show xdata
show ydata
show zdata
set x2data
set y2data
show x2data
show y2data
splot x
pause -1

 


 
# xyz.label(axes)gestione etichette per assi
set xlabel "asse x" 1,1
set ylabel "asse y" 0,1
set zlabel "asse z" 3,3
show label
show xlabel
show ylabel
show zlabel
pause -1
plot x
pause -1
splot x
pause -1

 
# xyz.2.label gestione etichette per assi
set x2label "asse due x" 3,3
set y2label "asse due y" 2,2
show x2label 
show y2label
plot x
pause -1