Skip to content

Commit

Permalink
Update germany_plot_v04.py
Browse files Browse the repository at this point in the history
changed the number of chemotion workshop.
!need to fix for future plots!
  • Loading branch information
BenjaminGolub authored Jul 30, 2024
1 parent 88f7300 commit 598606e
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 @@ -141,7 +141,7 @@
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("8 national workshops", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5")
plt.annotate("9 national workshops", 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")
else:
Expand Down

0 comments on commit 598606e

Please sign in to comment.