sinta6
uso di with e file.dat
# dati per prove con file.dat
1 10 60 2 20 65 3 30 70 4 40 75 5 50 80
# prodatix.dat
plot [ ] [-8:8] sin(x),
'c:\provagnu\prodatix.dat' with lines
plot sin(x), 'c:\provagnu\prodatix.dat' with impulses
plot cos(x), 'c:\provagnu\prodatix.dat' w i
plot
'c:\provagnu\prodatix.dat' with points pointtype 3 pointsize 2
plot sin(x) with linesp lt
1 pt 3, cos(x) with linesp lt 1 pt 4