Skip to content

Commit

Permalink
Update germany_plot_v04.py
Browse files Browse the repository at this point in the history
label location of "Mainz"
  • Loading branch information
BenjaminGolub authored Aug 26, 2024
1 parent 5377aec commit f6a139a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion germany_plot_v04.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
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":
plt.annotate(city[n], xy=(x,y), xytext=(-2.0,-7.0), textcoords="offset points", ha="center", size="5")
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")
#elif city[n]=="Hannover" or city[n]=="Halle" or city[n]=="Münster":
Expand Down

0 comments on commit f6a139a

Please sign in to comment.