set xdata time set timefmt "%H:%M:%S" set format x "%H:%M" ### set term png ### set output "joz20.png" set title "JOZ20" set ylabel "meters" set xlabel "6-Dec-2009" plot "ppp" u 1:4 t "dH" w lp 3, \ "" u 1:2 t "dN" w lp 1, \ "" u 1:3 t "dE" w lp 2 pause -1