From e3493ca2dc2a13fb76789b7c425dd333c85c5f3d Mon Sep 17 00:00:00 2001 From: BenjaminGolub <107389350+BenjaminGolub@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:41:00 +0200 Subject: [PATCH] Update germany_plot_v04.py chenges location of internation 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 d5b55a0..2897bdc 100644 --- a/germany_plot_v04.py +++ b/germany_plot_v04.py @@ -161,7 +161,7 @@ elif city[n]=="8xNationalRDM": plt.annotate("+ 8 national RDM WS", xy=(x,y), xytext=(0.0,-2.0), textcoords="offset points", size="5") elif city[n]=="international": - plt.annotate("Liverpool and Brün", xy=(x,y), xytext=(0.0,-2.0), textcoords="offset points", size="5") + plt.annotate("Liverpool and Brünn", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5") else: plt.annotate(city[n], xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5")