Mercurial > ~darius > hgwebdir.cgi > wh1080
diff plots/plot-comparative-rain.gnuplot @ 0:9dab44dcb331
Initial commit of Greg's code from http://www.lemis.com/grog/tmp/wh1080.tar.gz
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Tue, 09 Feb 2010 13:44:25 +1030 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plots/plot-comparative-rain.gnuplot Tue Feb 09 13:44:25 2010 +1030 @@ -0,0 +1,13 @@ + set title "Comparative rainfall" + set ylabel "Rainfall (mm)" +plot "/var/tmp/weather-readings.IVICMTHE3" using 1:8 title "Mount Helen" with lines lw 2 SMOOTH, \ + "/var/tmp/weather-readings.IVICTORI86" using 1:8 title "Teesdale" with lines lw 2 SMOOTH, \ + "/var/tmp/weather-readings.IVICTORI94" using 1:8 title "Delacombe" with lines lw 2 SMOOTH, \ + "/var/tmp/weather-readings.IVICTORI102" using 1:8 title "Bacchus Marsh" with lines lw 2 SMOOTH, \ + "/var/tmp/weather-readings.IVICTORI115" using 1:8 title "Buninyong" with lines lw 2 SMOOTH, \ + "/var/tmp/weather-readings.IVICREDA2" using 1:8 title "Redan" with lines lw 2 SMOOTH, \ + "/var/tmp/weather-readings.IVICTORI124" using 1:8 title "Dereel" with lines lw 2 SMOOTH + +# We really want these, but they're currently in a different format (cumulative since 09:00) +# "/var/tmp/weather-readings.94852" using 1:8 title "Ballarat airport" with lines lw 2 SMOOTH, \ +# "/var/tmp/weather-readings.94863" using 1:8 title "Sheoaks" with lines lw 2 SMOOTH, \