From 55857ed6a055e06591951b7167f198dd5712ea43 Mon Sep 17 00:00:00 2001 From: Matthew Slowe Date: Mon, 10 Jun 2019 21:49:33 +0100 Subject: [PATCH] meh --- new.gnuplot | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/new.gnuplot b/new.gnuplot index 2de2382..fcb1bb5 100644 --- a/new.gnuplot +++ b/new.gnuplot @@ -94,13 +94,14 @@ plot \ ### Canterbury set term png medium size 3600,800 enhanced font "Helvitica" 14 +set timefmt "%Y-%m-%dT%H:%M" set output "out/canterbury.png" set title "River Levels around Canterbury" plot \ - "data.tsv" using 1:9 with linespoints title "Great Stour at Wye", \ - "data.tsv" using 1:3 with linespoints title "Great Stour at Horton weir", \ - "data.tsv" using 1:5 with linespoints title "Great Stour at Vauxhall Bridge" + "< ./getall.sh 1145" using 1:2 with linespoints title "Great Stour at Wye", \ + "< ./getall.sh 1143" using 1:2 with linespoints title "Great Stour at Horton weir", \ + "< ./getall.sh 1143" using 1:2 with linespoints title "Great Stour at Vauxhall Bridge" # "data.tsv" using 1:($5-$3) with linespoints title "Difference" axes x1y2