diff --git a/germany_plot_v04.py b/germany_plot_v04.py index ab781fe..df0908d 100644 --- a/germany_plot_v04.py +++ b/germany_plot_v04.py @@ -147,7 +147,7 @@ plt.annotate(city[n], xy=(x,y), xytext=(0,-7.0), textcoords="offset points", ha="center", size="5") elif city[n]=="Bochum": plt.annotate(city[n], xy=(x,y), xytext=(-4.0,-2.0), textcoords="offset points", ha="right", size="5") - elif city[n]=="Mainz": + elif city[n]=="Mainz" or city[n]=="Dresden": plt.annotate(city[n], xy=(x,y), xytext=(-4.0,-7.0), textcoords="offset points", ha="center", size="5") elif city[n]=="Potsdam": plt.annotate(city[n], xy=(x,y), xytext=(4.0,-4.0), textcoords="offset points", size="5")