From c6e3d1be553d4f995c143efb28604e2813dfb9d8 Mon Sep 17 00:00:00 2001 From: dewomser Date: Tue, 16 Aug 2022 07:50:27 +0200 Subject: [PATCH] a AWetter.csv --- wetter1.gp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wetter1.gp b/wetter1.gp index b221a32..5b7cc8c 100644 --- a/wetter1.gp +++ b/wetter1.gp @@ -17,4 +17,4 @@ set y2label "Regenwahrscheinlichkeit in %" # label for second axis set terminal pngcairo size 800,600 enhanced font 'Verdana,10' set output 'wetter1.png' Shadecolor = "#80E0A080" -plot 'test1.csv' using 1:($2+$5):($2-$5) with filledcurve fc rgb Shadecolor title "Absoluter Temperaturfehler",'' using 1:2 title 'Temperatur in 2 Meter Höhe' with lines lc "red",'' using 1:3 with lines axis x1y2 title 'Regen 0.1 mm/h', '' using 1:4 with lines axis x1y2 title 'Regen 1.0 mm/h' +plot 'wetter.csv' using 1:($2+$5):($2-$5) with filledcurve fc rgb Shadecolor title "Absoluter Temperaturfehler",'' using 1:2 title 'Temperatur in 2 Meter Höhe' with lines lc "red",'' using 1:3 with lines axis x1y2 title 'Regen 0.1 mm/h', '' using 1:4 with lines axis x1y2 title 'Regen 1.0 mm/h'