view plots/plot-comparative-pressure.gnuplot @ 4:f561c7f130a0

Make -n not do any DB stuff so we don't need to #if the MySQL stuff out.
author Daniel O'Connor <darius@dons.net.au>
date Thu, 11 Feb 2010 11:47:11 +1030
parents 9dab44dcb331
children
line wrap: on
line source

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