diff options
| -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', \ |
