Skip to content

Commit

Permalink
Update germany_plot_v04.py
Browse files Browse the repository at this point in the history
I commented out the part of the Chemotion WOrkshops, to get a map of only the RDM workshops
  • Loading branch information
BenjaminGolub authored Jun 17, 2024
1 parent dbb4162 commit d912993
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions germany_plot_v04.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d912993

Please sign in to comment.