From d9129939757b1ec79702115848d544513c3f8741 Mon Sep 17 00:00:00 2001 From: BenjaminGolub <107389350+BenjaminGolub@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:57:37 +0200 Subject: [PATCH] Update germany_plot_v04.py I commented out the part of the Chemotion WOrkshops, to get a map of only the RDM workshops --- germany_plot_v04.py | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/germany_plot_v04.py b/germany_plot_v04.py index b43134e..7265f16 100644 --- a/germany_plot_v04.py +++ b/germany_plot_v04.py @@ -88,21 +88,21 @@ if labelcheck[1] == 0: topiclabel = 'RDM (planned)' labelcheck[1] = 1 - else: - markersymbol = 's' - if status[n] =='done': - colordata = nfdi4chempetrol - if labelcheck[2] == 0: - topiclabel = 'Chemotion ELN (past)' - labelcheck[2] = 1 - else: - colordata = nfdi4chemorange - if labelcheck[3] == 0: - topiclabel = 'Chemotion ELN (planned)' - labelcheck[3] = 1 - - #avoid distortion of the plot by treating the coordinates right - # change markersize when multiple events are at the same location + #else: + # markersymbol = 's' + # if status[n] =='done': + # colordata = nfdi4chempetrol + # if labelcheck[2] == 0: + # topiclabel = 'Chemotion ELN (past)' + # labelcheck[2] = 1 + # else: + # colordata = nfdi4chemorange + # if labelcheck[3] == 0: + # topiclabel = 'Chemotion ELN (planned)' + # labelcheck[3] = 1 + + ##avoid distortion of the plot by treating the coordinates right + ## change markersize when multiple events are at the same location if city[n] in citychecklist: if citychecklist.count(city[n]) ==1: latfloat=float(lat[n])-0.3