Skip to content

Commit e3493ca

Browse files
Update germany_plot_v04.py
chenges location of internation label
1 parent f1bcdea commit e3493ca

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
@@ -161,7 +161,7 @@
161161
elif city[n]=="8xNationalRDM":
162162
plt.annotate("+ 8 national RDM WS", xy=(x,y), xytext=(0.0,-2.0), textcoords="offset points", size="5")
163163
elif city[n]=="international":
164-
plt.annotate("Liverpool and Brün", xy=(x,y), xytext=(0.0,-2.0), textcoords="offset points", size="5")
164+
plt.annotate("Liverpool and Brünn", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5")
165165
else:
166166
plt.annotate(city[n], xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5")
167167

0 commit comments

Comments
 (0)