Skip to content

Commit

Permalink
Update germany_plot_v04.py
Browse files Browse the repository at this point in the history
changed the skript so different input is read (location_rdm) and only "done" workshops are plotted.
  • Loading branch information
BenjaminGolub authored Aug 19, 2024
1 parent f1f4826 commit 70c24d9
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 @@ -10,8 +10,8 @@
p.mkdir(parents=True, exist_ok=True)

# output file names
output="germany_workshops_annotated_rdm_chemotion.png"
# output="germany_workshops_annotated_rdm.png"
# output="germany_workshops_annotated_rdm_chemotion.png"
output="germany_workshops_annotated_rdm_done.png"
# output="germany_workshops_annotated_chemotion.png"
outputlegend="legend_%s"%(output)

Expand Down Expand Up @@ -79,7 +79,7 @@
ms = 20

#plot locations dependend of status and topic, kind is not taken into account
if topic[n] =='RDM':
if topic[n] =='RDM' and status[n]=='done':
markersymbol = 'o'
if status[n] =='done':
colordata = nfdi4chempetrol
Expand Down

0 comments on commit 70c24d9

Please sign in to comment.