diff --git a/germany_plot_v04.py b/germany_plot_v04.py index a96b539..7d0230b 100644 --- a/germany_plot_v04.py +++ b/germany_plot_v04.py @@ -73,6 +73,8 @@ topiclabel = None if m == 1: ms = 35 + elif city[n]=="8xNationalChemotion": + ms = 0 else: ms = 20 @@ -141,7 +143,7 @@ elif city[n]=="Darmstadt": 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=(4.0,-2.0), textcoords="offset points", size="5") + plt.annotate("+ 9 national Chemotion WS", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5") elif city[n]=="8xNationalRDM": plt.annotate("8 national RDM WS", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5") else: