Skip to content

Commit bc76ed4

Browse files
Update germany_plot_v04.py
changed location of dresden label
1 parent dae577a commit bc76ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

germany_plot_v04.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
plt.annotate(city[n], xy=(x,y), xytext=(0,-7.0), textcoords="offset points", ha="center", size="5")
148148
elif city[n]=="Bochum":
149149
plt.annotate(city[n], xy=(x,y), xytext=(-4.0,-2.0), textcoords="offset points", ha="right", size="5")
150-
elif city[n]=="Mainz":
150+
elif city[n]=="Mainz" or city[n]=="Dresden":
151151
plt.annotate(city[n], xy=(x,y), xytext=(-4.0,-7.0), textcoords="offset points", ha="center", size="5")
152152
elif city[n]=="Potsdam":
153153
plt.annotate(city[n], xy=(x,y), xytext=(4.0,-4.0), textcoords="offset points", size="5")

0 commit comments

Comments
 (0)