Skip to content

Commit

Permalink
Update germany_plot_v04.py
Browse files Browse the repository at this point in the history
Changed the labels for the national workshops
  • Loading branch information
BenjaminGolub committed Aug 1, 2024
1 parent 04fa1d3 commit e697b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions germany_plot_v04.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@
elif city[n]=="Darmstadt":
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 workshops", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5")
plt.annotate("9 national Chemotion WS", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5")
elif city[n]=="8xNationalRDM":
plt.annotate("8 national workshops", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5")
plt.annotate("8 national RDM WS", 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 e697b3f

Please sign in to comment.