=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/demo/Attic/timedat.dem,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.1 -r1.1.1.3 --- OpenXM_contrib/gnuplot/demo/Attic/timedat.dem 2000/01/09 17:01:04 1.1.1.1 +++ OpenXM_contrib/gnuplot/demo/Attic/timedat.dem 2003/09/15 07:09:29 1.1.1.3 @@ -5,7 +5,7 @@ set timefmt "%d/%m/%y\t%H%M" set yrange [ 0 : ] set xdata time set xrange [ "1/6/93":"1/11/93" ] -set ylabel "Consentration\nmg/l" +set ylabel "Concentration\nmg/l" set format x "%d/%m\n%H:%M" set grid set key left @@ -13,4 +13,5 @@ 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 'Tast ' +pause -1 'Test ' +reset