Skip to content

Commit

Permalink
Update germany_plot_v04.py
Browse files Browse the repository at this point in the history
Changed Label Position of Darmstdt
  • Loading branch information
BenjaminGolub committed Jul 30, 2024
1 parent bf1d4d4 commit e041d6d
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 @@ -139,7 +139,7 @@
elif city[n]=="Hannover" or city[n]=="Halle":
plt.annotate(city[n], xy=(x,y), xytext=(0,4.0), textcoords="offset points", ha="center", size="5")
elif city[n]=="Darmstadt":
plt.annotate(city[n], xy=(x,y), xytext=(0,-4.0), textcoords="offset points", ha="center", size="5")
plt.annotate(city[n], xy=(x,y), xytext=(0,-8.0), textcoords="offset points", ha="center", size="5")
else:
plt.annotate(city[n], xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5")

Expand Down

0 comments on commit e041d6d

Please sign in to comment.