Adresse dür erzeugtes Bild angepasst

This commit is contained in:
dewomser 2023-07-03 08:02:28 +02:00
parent 07d3fc2952
commit e3ed6e9bf0
No known key found for this signature in database
GPG key ID: 3A312467A034D190

View file

@ -13,7 +13,7 @@ set ytics nomirror # dont show the tics on that side
set y2label "Regenwahrscheinlichkeit in %" # label for second axis set y2label "Regenwahrscheinlichkeit in %" # label for second axis
#set terminal wxt size 800,600 enhanced font 'Verdana,10' persist #set terminal wxt size 800,600 enhanced font 'Verdana,10' persist
set terminal pngcairo size 800,600 enhanced font 'Verdana,10' set terminal pngcairo size 800,600 enhanced font 'Verdana,10'
set output 'wetter2.png' set output 'wetter1.png'
Shadecolor = "#80E0A080" Shadecolor = "#80E0A080"
plot 'wetter.csv' using 1:($2+$8):($2-$8) with filledcurve fc rgb Shadecolor title "Absoluter Temperaturfehler",''using 1:2 title 'Temperatur in 2 Meter Höhe' with lines lc "red",'' using 1:4 with lines axis x1y2 title 'Regen 0.1 mm/h','' using 1:6 with lines axis x1y2 title 'Regen 1.0 mm/h' plot 'wetter.csv' using 1:($2+$8):($2-$8) with filledcurve fc rgb Shadecolor title "Absoluter Temperaturfehler",''using 1:2 title 'Temperatur in 2 Meter Höhe' with lines lc "red",'' using 1:4 with lines axis x1y2 title 'Regen 0.1 mm/h','' using 1:6 with lines axis x1y2 title 'Regen 1.0 mm/h'