From 70c24d9a6c27c89eb34d1568905c4c6d06766bcc Mon Sep 17 00:00:00 2001 From: BenjaminGolub <107389350+BenjaminGolub@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:00:43 +0200 Subject: [PATCH] Update germany_plot_v04.py changed the skript so different input is read (location_rdm) and only "done" workshops are plotted. --- germany_plot_v04.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/germany_plot_v04.py b/germany_plot_v04.py index 71e8c25..a5a5a37 100644 --- a/germany_plot_v04.py +++ b/germany_plot_v04.py @@ -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) @@ -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