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")