From 24931e0c474b3d4c1b6f8366aec719ac1f7e4668 Mon Sep 17 00:00:00 2001 From: BenjaminGolub <107389350+BenjaminGolub@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:17:57 +0200 Subject: [PATCH] Update germany_plot_v04.py added label for national --- germany_plot_v04.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/germany_plot_v04.py b/germany_plot_v04.py index 2897bdc..9b73a4d 100644 --- a/germany_plot_v04.py +++ b/germany_plot_v04.py @@ -158,10 +158,10 @@ plt.annotate(city[n], xy=(x,y), xytext=(0,-6.0), textcoords="offset points", ha="center", size="5") elif city[n]=="8xNationalChemotion": plt.annotate("+ 9 national Chemotion WS", xy=(x,y), xytext=(0.0,-2.0), textcoords="offset points", size="5") - 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]=="national": + plt.annotate("8x national", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5") elif city[n]=="international": - plt.annotate("Liverpool and BrĂ¼nn", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5") + plt.annotate("2x international", 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")