From 6ef2cf71ce125caf040e96c5c529744c2ebd789a Mon Sep 17 00:00:00 2001 From: BenjaminGolub <107389350+BenjaminGolub@users.noreply.github.com> Date: Thu, 1 Aug 2024 07:57:02 +0200 Subject: [PATCH] Update germany_plot_v04.py changed mainz label position --- germany_plot_v04.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/germany_plot_v04.py b/germany_plot_v04.py index 60835c1..0a9b340 100644 --- a/germany_plot_v04.py +++ b/germany_plot_v04.py @@ -135,7 +135,7 @@ elif city[n]=="Bochum": plt.annotate(city[n], xy=(x,y), xytext=(-4.0,-2.0), textcoords="offset points", ha="right", size="5") elif city[n]=="Mainz": - plt.annotate(city[n], xy=(x,y), xytext=(-9.0,-0.0), textcoords="offset points", ha="right", size="5") + plt.annotate(city[n], xy=(x,y), xytext=(-0.0,6.0), textcoords="offset points", ha="center", size="5") elif city[n]=="Potsdam": plt.annotate(city[n], xy=(x,y), xytext=(4.0,-4.0), textcoords="offset points", size="5") elif city[n]=="Hannover" or city[n]=="Halle" or city[n]=="Münster":