From b515947f58dfbf974fb392f33af01485b36dbc2d Mon Sep 17 00:00:00 2001 From: BenjaminGolub <107389350+BenjaminGolub@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:42:18 +0200 Subject: [PATCH] Update germany_plot_v04.py Changed positon of Darmstadt label --- germany_plot_v04.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/germany_plot_v04.py b/germany_plot_v04.py index 456e673..6ce86f1 100644 --- a/germany_plot_v04.py +++ b/germany_plot_v04.py @@ -139,7 +139,7 @@ elif city[n]=="Hannover" or city[n]=="Halle": plt.annotate(city[n], xy=(x,y), xytext=(0,4.0), textcoords="offset points", ha="center", size="5") elif city[n]=="Darmstadt": - plt.annotate(city[n], xy=(x,y), xytext=(0,-8.0), textcoords="offset points", ha="center", size="5") + plt.annotate(city[n], xy=(x,y), xytext=(0,-6.0), textcoords="offset points", ha="center", size="5") else: plt.annotate(city[n], xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5") @@ -150,7 +150,7 @@ if m==0: plt.axis([5,15.2,47,55]) - plt.title("RDM workshops") + plt.title("workshops") plt.axis('off') plt.savefig(output, bbox_inches='tight', pad_inches=0.05, transparent=True) else: