chartham and westgate gardens

This commit is contained in:
2022-02-18 09:09:57 +00:00
parent 55857ed6a0
commit cbf8bcfbf2
2 changed files with 22 additions and 2 deletions

View File

@ -100,7 +100,8 @@ set output "out/canterbury.png"
set title "River Levels around Canterbury"
plot \
"< ./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 1135" using 1:2 with linespoints title "Great Stour at Horton weir", \
"< ./getall.sh 9274" using 1:2 with linespoints title "Great Stour at Westgate Gardens", \
"< ./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
@ -114,4 +115,23 @@ set title "River Levels around Canterbury in last 3 months"
plot \
"< ./getlast3mo.sh 1145" using 1:2 with linespoints title "Great Stour at Wye", \
"< ./getlast3mo.sh 1135" using 1:2 with linespoints title "Great Stour at Horton weir", \
"< ./getlast3mo.sh 9274" using 1:2 with linespoints title "Great Stour at Westgate Gardens", \
"< ./getlast3mo.sh 1143" using 1:2 with linespoints title "Great Stour at Vauxhall Bridge"
### Chartham
set term png medium size 3600,800 enhanced font "Helvitica" 14
set timefmt "%Y-%m-%dT%H:%M"
set output "out/chartham.png"
set title "River Levels at Chartham"
plot \
"< ./getall.sh 1135" using 1:2 with linespoints title "Great Stour at Horton weir", \
# "data.tsv" using 1:($5-$3) with linespoints title "Difference" axes x1y2
### Horton weir recent
set timefmt "%Y-%m-%dT%H:%M"
set term png medium size 3600,800 enhanced font "Helvitica" 14
set output "out/chartham-recent.png"
set title "River Levels at Chartham in last 3 months"
plot \
"< ./getlast3mo.sh 1135" using 1:2 with linespoints title "Great Stour at Horton weir", \