Mercurial > ~darius > hgwebdir.cgi > wh1080
comparison plots/plot-comparative-humidity.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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:9dab44dcb331 |
---|---|
1 set title "Comparative humidity" | |
2 set ylabel "Humidity (%)" | |
3 plot "/var/tmp/weather-readings.94852" using 1:4 title "Ballarat airport" with lines lw 2 SMOOTH, \ | |
4 "/var/tmp/weather-readings.94866" using 1:4 title "Melbourne airport" with lines lw 2 SMOOTH, \ | |
5 "/var/tmp/weather-readings.94863" using 1:4 title "Sheoaks" with lines lw 2 SMOOTH, \ | |
6 "/var/tmp/weather-readings.IVICMTHE3" using 1:4 title "Mount Helen" with lines lw 2 SMOOTH, \ | |
7 "/var/tmp/weather-readings.IVICTORI86" using 1:4 title "Teesdale" with lines lw 2 SMOOTH, \ | |
8 "/var/tmp/weather-readings.IVICTORI94" using 1:4 title "Delacombe" with lines lw 2 SMOOTH, \ | |
9 "/var/tmp/weather-readings.IVICTORI102" using 1:4 title "Bacchus Marsh" with lines lw 2 SMOOTH, \ | |
10 "/var/tmp/weather-readings.IVICTORI115" using 1:4 title "Buninyong" with lines lw 2 SMOOTH, \ | |
11 "/var/tmp/weather-readings.IVICREDA2" using 1:4 title "Redan" with lines lw 2 SMOOTH, \ | |
12 "/var/tmp/weather-readings.IVICTORI124" using 1:4 title "Dereel" with lines lw 2 SMOOTH |