annotate plots/plot-comparative-gust.gnuplot @ 5:b22a888eb975

Remove page1_*_pressure - it appears to be old code and is unused.
author Daniel O'Connor <darius@dons.net.au>
date Thu, 11 Feb 2010 12:44:56 +1030
parents 9dab44dcb331
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9dab44dcb331 Initial commit of Greg's code from http://www.lemis.com/grog/tmp/wh1080.tar.gz
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
1 set title "Comparative wind gust speed"
9dab44dcb331 Initial commit of Greg's code from http://www.lemis.com/grog/tmp/wh1080.tar.gz
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
2 set ylabel "Wind speed (km/h)"
9dab44dcb331 Initial commit of Greg's code from http://www.lemis.com/grog/tmp/wh1080.tar.gz
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
3 plot "/var/tmp/weather-readings.94852" using 1:7 title "Ballarat airport" with lines lw 2 SMOOTH, \
9dab44dcb331 Initial commit of Greg's code from http://www.lemis.com/grog/tmp/wh1080.tar.gz
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
4 "/var/tmp/weather-readings.94866" using 1:7 title "Melbourne airport" with lines lw 2 SMOOTH, \
9dab44dcb331 Initial commit of Greg's code from http://www.lemis.com/grog/tmp/wh1080.tar.gz
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
5 "/var/tmp/weather-readings.94863" using 1:7 title "Sheoaks" with lines lw 2 SMOOTH, \
9dab44dcb331 Initial commit of Greg's code from http://www.lemis.com/grog/tmp/wh1080.tar.gz
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
6 "/var/tmp/weather-readings.IVICMTHE3" using 1:7 title "Mount Helen" with lines lw 2 SMOOTH, \
9dab44dcb331 Initial commit of Greg's code from http://www.lemis.com/grog/tmp/wh1080.tar.gz
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
7 "/var/tmp/weather-readings.IVICTORI86" using 1:7 title "Teesdale" with lines lw 2 SMOOTH, \
9dab44dcb331 Initial commit of Greg's code from http://www.lemis.com/grog/tmp/wh1080.tar.gz
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
8 "/var/tmp/weather-readings.IVICTORI94" using 1:7 title "Delacombe" with lines lw 2 SMOOTH, \
9dab44dcb331 Initial commit of Greg's code from http://www.lemis.com/grog/tmp/wh1080.tar.gz
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
9 "/var/tmp/weather-readings.IVICTORI102" using 1:7 title "Bacchus Marsh" with lines lw 2 SMOOTH, \
9dab44dcb331 Initial commit of Greg's code from http://www.lemis.com/grog/tmp/wh1080.tar.gz
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
10 "/var/tmp/weather-readings.IVICTORI115" using 1:7 title "Buninyong" with lines lw 2 SMOOTH, \
9dab44dcb331 Initial commit of Greg's code from http://www.lemis.com/grog/tmp/wh1080.tar.gz
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
11 "/var/tmp/weather-readings.IVICREDA2" using 1:7 title "Redan" with lines lw 2 SMOOTH, \
9dab44dcb331 Initial commit of Greg's code from http://www.lemis.com/grog/tmp/wh1080.tar.gz
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
12 "/var/tmp/weather-readings.IVICTORI124" using 1:7 title "Dereel" with lines lw 2 SMOOTH