From 87c17ea5907414cc8c61f0cd5f54ec0127a155f9 Mon Sep 17 00:00:00 2001 From: Felix Kleinert <f.kleinert@fz-juelich.de> Date: Wed, 20 Jul 2022 07:27:43 +0200 Subject: [PATCH] update ylabel name in PlotStationsPerGridBox --- mlair/plotting/data_insight_plotting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlair/plotting/data_insight_plotting.py b/mlair/plotting/data_insight_plotting.py index 31056c52..cb637c68 100644 --- a/mlair/plotting/data_insight_plotting.py +++ b/mlair/plotting/data_insight_plotting.py @@ -1330,7 +1330,7 @@ class PlotStationsPerGridBox(AbstractPlotClass): ax.bar(labels, counts, align='center') plt.gca().set_xticks(labels) - ax.set_ylabel("Number of Pseudo-Stations") + ax.set_ylabel("Number of Grid Boxes") ax.set_xlabel("Number of Pseudo-Stations in Grid box") def store_report(self, file_name): -- GitLab