view plots/plot-comparative-rain.gnuplot @ 8:e3d2b5500b53 default tip

Missed part of earlier commit to only print the query if -vv is used as well as compiling in the mysql stuff (now that I know -n DTRT)
author Daniel O'Connor <darius@dons.net.au>
date Thu, 11 Feb 2010 12:48:57 +1030
parents 9dab44dcb331
children
line wrap: on
line source

	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, \