Skip to content

Commit

Permalink
Update germany_plot_v04.py
Browse files Browse the repository at this point in the history
Test with label for Chemotion workshops
  • Loading branch information
BenjaminGolub authored Aug 1, 2024
1 parent e697b3f commit b8c802f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion germany_plot_v04.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
topiclabel = None
if m == 1:
ms = 35
elif city[n]=="8xNationalChemotion":
ms = 0
else:
ms = 20

Expand Down Expand Up @@ -141,7 +143,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("9 national Chemotion WS", 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 RDM WS", xy=(x,y), xytext=(4.0,-2.0), textcoords="offset points", size="5")
else:
Expand Down

0 comments on commit b8c802f

Please sign in to comment.