[BACK]Return to timedat.dem CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / demo

File: [local] / OpenXM_contrib / gnuplot / demo / Attic / timedat.dem (download)

Revision 1.1.1.3 (vendor branch), Mon Sep 15 07:09:29 2003 UTC (20 years, 8 months ago) by ohara
Branch: GNUPLOT
CVS Tags: VERSION_3_7_3, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.1.1.2: +1 -1 lines

Import gnuplot 3.7.3

set title "Fsteps plot\nwith date and time as x-values"
set data style fsteps
set xlabel "Date\nTime"
set timefmt "%d/%m/%y\t%H%M"
set yrange [ 0 : ]
set xdata time
set xrange [ "1/6/93":"1/11/93" ]
set ylabel "Concentration\nmg/l"
set format x "%d/%m\n%H:%M"
set grid
set key left
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 
pause -1 'Test <Return> '
reset