Skip to content

Commit

Permalink
Update germany_plot_v04.py
Browse files Browse the repository at this point in the history
added label for national
  • Loading branch information
BenjaminGolub authored Aug 26, 2024
1 parent 9dd275b commit 24931e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions germany_plot_v04.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@
plt.annotate(city[n], xy=(x,y), xytext=(0,-6.0), textcoords="offset points", ha="center", size="5")
elif city[n]=="8xNationalChemotion":
plt.annotate("+ 9 national Chemotion WS", xy=(x,y), xytext=(0.0,-2.0), textcoords="offset points", size="5")
elif city[n]=="8xNationalRDM":
plt.annotate("+ 8 national RDM WS", xy=(x,y), xytext=(0.0,-2.0), textcoords="offset points", size="5")
elif city[n]=="national":
plt.annotate("8x national", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5")
elif city[n]=="international":
plt.annotate("Liverpool and Brünn", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5")
plt.annotate("2x international", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", 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 24931e0

Please sign in to comment.