# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'timedat.1.png' set xdata time set format x "%d/%m\n%H:%M" timedate set timefmt "%d/%m/%y %H%M" set grid nopolar set grid xtics nomxtics ytics nomytics noztics nomztics nortics nomrtics \ nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics set grid layerdefault lt 0 linecolor 0 linewidth 0.500, lt 0 linecolor 0 linewidth 0.500 set key fixed left top vertical Right noreverse enhanced autotitle nobox set style increment default set style data fsteps set title "Fsteps plot\nwith date and time as x-values" set xlabel "Date\nTime" set xrange [ "01/06/93\t0000" : "01/11/93\t0000" ] noreverse nowriteback set x2range [ * : * ] noreverse writeback set ylabel "Concentration\nmg/l" set yrange [ 0.00000 : * ] noreverse writeback set y2range [ * : * ] noreverse writeback set zrange [ * : * ] noreverse writeback set cbrange [ * : * ] noreverse writeback set rrange [ * : * ] noreverse writeback ## Last datafile plotted: "timedat.dat" plot 'timedat.dat' using 1:3 t '', 'timedat.dat' using 1:3 t 'Total P' with points, 'timedat.dat' using 1:4 t '', 'timedat.dat' using 1:4 t 'PO4' with points