From bc76ed46e7a0723cb026cb3fb10c2a4ab5cd93b0 Mon Sep 17 00:00:00 2001 From: BenjaminGolub <107389350+BenjaminGolub@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:43:49 +0200 Subject: [PATCH] Update germany_plot_v04.py changed location of dresden label --- 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 ab781fe..df0908d 100644 --- a/germany_plot_v04.py +++ b/germany_plot_v04.py @@ -147,7 +147,7 @@ plt.annotate(city[n], xy=(x,y), xytext=(0,-7.0), textcoords="offset points", ha="center", size="5") 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": + elif city[n]=="Mainz" or city[n]=="Dresden": plt.annotate(city[n], xy=(x,y), xytext=(-4.0,-7.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")