You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#set xrange [0:1000]
|
|
set yrange [30:420]
|
|
set grid y
|
|
#plot "temps.txt" with lines
|
|
#plot 'temps.txt' using 0:1 with lines, '' using 0:2 with lines
|
|
set key outside
|
|
plot for [col=1:5] 'temps.txt' using 0:col with lines
|
|
pause 1
|
|
reread
|