diff options
| author | tv <tv@krebsco.de> | 2026-08-04 20:24:29 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-08-04 20:24:29 +0200 |
| commit | 3d398ec8ab865d2ff67556fa98b281a67eae9e70 (patch) | |
| tree | c6dca521a3ab35cf2878c6ed4a033144176547a5 | |
| parent | 21dccb7afb2f96b023dd37a2165d51029dec47cd (diff) | |
move rain chart behind temperature
| -rwxr-xr-x | wetter | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -302,9 +302,10 @@ main() { plot \ '/tmp/forecast-sunshine.tsv' using 1:3:1:2:(0):3 axes x1y2 with boxxyerror lc rgb "#FFFFAA" title 'Sunshine (minutes)', \ \ + '/tmp/forecast-precipitation.tsv' using 1:(scale_precipitation(\$3)):1:2:(0):(scale_precipitation(\$3)) axes x1y2 with boxxyerror lc rgb "#A0C0D0" title 'Precipitation (mm)', \ + \ '/tmp/forecast-temperatures.tsv' using 1:2:(column(2)) with linespoints lc palette title 'Min Temp', \ - '' using 1:3:(column(3)) with linespoints lc palette title 'Max Temp', \ - '/tmp/forecast-precipitation.tsv' using 1:(scale_precipitation(\$3)):1:2:(0):(scale_precipitation(\$3)) axes x1y2 with boxxyerror lc rgb "#A0C0D0" title 'Precipitation (mm)' + '' using 1:3:(column(3)) with linespoints lc palette title 'Max Temp' EOF return cat<<\EOF |
