From 1b494e6d3e7da116e34f915269892b5e8c752271 Mon Sep 17 00:00:00 2001 From: Robert Scheibe Date: Sat, 11 Jan 2025 19:36:13 +0100 Subject: deploy script better, plot label corrected --- plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plot.py') diff --git a/plot.py b/plot.py index ea80b03..dac7457 100755 --- a/plot.py +++ b/plot.py @@ -85,7 +85,7 @@ def create_temperature_humidity_plot(records, output_filename): # Feuchtigkeitsplot (dritte Y-Achse) ax3 = ax1.twinx() ax3.spines['right'].set_position(('outward', 60)) # Platz für die dritte Achse schaffen - ax3.set_ylabel('Feuchtigkeit (16-32k)', color='tab:green') + ax3.set_ylabel('<-feucht trocken->', color='tab:green') ax3.plot(times, moistures, color='tab:green', label='Feuchtigkeit') ax3.tick_params(axis='y', labelcolor='tab:green') ax3.set_ylim(min_moisture, max_moisture) -- cgit v1.2.3