diff options
| author | tv <tv@krebsco.de> | 2026-08-04 20:23:01 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-08-04 20:23:01 +0200 |
| commit | 21dccb7afb2f96b023dd37a2165d51029dec47cd (patch) | |
| tree | beb9ebea3e36f2cc2f40307fe0dbdb491468f32d | |
| parent | 9205116093f3dd701666cefd34e19cec26e79ab0 (diff) | |
add white to sun-yellow
| -rwxr-xr-x | wetter | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -300,7 +300,7 @@ main() { # 008B8B darker, more subdued # 00CED1 DarkTurquoise plot \ - '/tmp/forecast-sunshine.tsv' using 1:3:1:2:(0):3 axes x1y2 with boxxyerror lc rgb "yellow" title 'Sunshine (minutes)', \ + '/tmp/forecast-sunshine.tsv' using 1:3:1:2:(0):3 axes x1y2 with boxxyerror lc rgb "#FFFFAA" title 'Sunshine (minutes)', \ \ '/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', \ |
