view plots/plot-comparative-gust.gnuplot @ 7:9a14029b3782

- Wait longer (100msec) for a read, and reduce the number of retries to match. - Print out if we read OK after more than 1 attempt for diagnostic purposes.
author Daniel O'Connor <darius@dons.net.au>
date Thu, 11 Feb 2010 12:47:59 +1030
parents 9dab44dcb331
children
line wrap: on
line source

	set title "Comparative wind gust speed"
	set ylabel "Wind speed (km/h)"
plot "/var/tmp/weather-readings.94852" using 1:7  title "Ballarat airport"  with lines lw 2 SMOOTH, \
     "/var/tmp/weather-readings.94866" using 1:7  title "Melbourne airport"  with lines lw 2 SMOOTH, \
     "/var/tmp/weather-readings.94863" using 1:7  title "Sheoaks"  with lines lw 2 SMOOTH, \
     "/var/tmp/weather-readings.IVICMTHE3" using 1:7  title "Mount Helen"  with lines lw 2 SMOOTH, \
     "/var/tmp/weather-readings.IVICTORI86" using 1:7  title "Teesdale"  with lines lw 2 SMOOTH, \
     "/var/tmp/weather-readings.IVICTORI94" using 1:7  title "Delacombe"  with lines lw 2 SMOOTH, \
     "/var/tmp/weather-readings.IVICTORI102" using 1:7  title "Bacchus Marsh"  with lines lw 2 SMOOTH, \
     "/var/tmp/weather-readings.IVICTORI115" using 1:7  title "Buninyong"  with lines lw 2 SMOOTH, \
     "/var/tmp/weather-readings.IVICREDA2" using 1:7  title "Redan"  with lines lw 2 SMOOTH, \
     "/var/tmp/weather-readings.IVICTORI124" using 1:7  title "Dereel"  with lines lw 2 SMOOTH