Update wetter2.gp

This commit is contained in:
dewomser 2024-02-20 20:11:56 +01:00 committed by GitHub
parent 1bcf205a4b
commit fddbe66c65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 terminal wxt size 800,600 enhanced font 'Verdana,10' persist
set terminal pngcairo size 800,600 enhanced font 'Verdana,10'
set output 'wetter2.png'
set output 'Grafik/wetter2.png'
Shadecolor = "#80E0A080"
plot 'wetter.csv' using 4:(($5-273)+$23):(($5-273)-$23) with filledcurve fc rgb Shadecolor title "Absoluter Temperaturfehler",''using 4:($5-273) title 'Temperatur in 2 Meter Höhe' with lines lc "red",'' using 4:11 with lines axis x1y2 title 'Regen 0.1 mm/h','' using 4:17 with lines axis x1y2 title 'Regen 1.0 mm/h'