Skalierung Regen jetzt 0-100%

This commit is contained in:
dewomser 2022-07-06 19:03:23 +02:00
parent a6dd1f1020
commit b625369f7d
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Before After
Before After

View file

@ -9,6 +9,7 @@ set ylabel "Temperatur °Celsius"
set xlabel 'Zeitachse UTC' set xlabel 'Zeitachse UTC'
set xtics rotate set xtics rotate
set y2range[0:100]
set y2tics # enable second axis set y2tics # enable second axis
set ytics nomirror # dont show the tics on that side 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