set title "GNUFOR plot" set xlabel "x" set ylabel "y" plot "test01_data.txt" using 1:2 with lines pause -1 q