Skip to content

Commit

Permalink
Update germany_plot_v04.py
Browse files Browse the repository at this point in the history
removed double labelcheck due to copy of if loop
  • Loading branch information
BenjaminGolub authored Aug 26, 2024
1 parent a481189 commit 97c8af8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions germany_plot_v04.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@
markersymbol = 'o'
if status[n] =='done':
colordata = nfdi4chempetrol
if labelcheck[0] == 0:
topiclabel = 'RDM (past)'
labelcheck[0] = 1
# if labelcheck[0] == 0:
# topiclabel = 'RDM (past)'
# labelcheck[0] = 1
else:
colordata = nfdi4chemorange
if labelcheck[1] == 0:
topiclabel = 'RDM (planned)'
labelcheck[1] = 1
# if labelcheck[1] == 0:
# topiclabel = 'RDM (planned)'
# labelcheck[1] = 1
locations = geopandas.GeoDataFrame(coordinates, geometry=geopandas.points_from_xy(dftest.longitude, dftest.latitude),crs = "EPSG:4326")

# locations.plot(ax=ax, marker=markersymbol, markersize=ms, color=colordata, label=topiclabel, linestyle='None') #style 01, style 02 borderstyle 01
Expand Down

0 comments on commit 97c8af8

Please sign in to comment.