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