summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwetter2
1 files changed, 1 insertions, 1 deletions
diff --git a/wetter b/wetter
index 8eb0b86..d1a6bef 100755
--- a/wetter
+++ b/wetter
@@ -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', \