#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