5 lines
78 B
Gnuplot
5 lines
78 B
Gnuplot
set yrange [ 0 : ]
|
|
set grid
|
|
|
|
plot for [i=2:4] "plot.dat" using 1:i with lines
|