Skip to content

Commit

Permalink
Update germany_plot_v04.py
Browse files Browse the repository at this point in the history
add the chemotion locations back in
  • Loading branch information
BenjaminGolub committed Jul 30, 2024
1 parent a218807 commit 1fe64c3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions germany_plot_v04.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
p.mkdir(parents=True, exist_ok=True)

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

Expand Down Expand Up @@ -50,9 +51,9 @@
mapdf = tmpdf[df["LEVL_CODE"]==1]

#load information from location.dat
city, long, lat, status, topic, kind = np.loadtxt("location_rdm.dat", unpack=True, dtype='str')
# city, long, lat, status, topic, kind = np.loadtxt("location_rdm.dat", unpack=True, dtype='str')
# city, long, lat, status, topic, kind = np.loadtxt("location_chemotion.dat", unpack=True, dtype='str')
# city, long, lat, status, topic, kind = np.loadtxt("location.dat", unpack=True, dtype='str')
city, long, lat, status, topic, kind = np.loadtxt("location.dat", unpack=True, dtype='str')

#define figure
fig=plt.figure(figsize=(4,4), dpi=300)
Expand Down

0 comments on commit 1fe64c3

Please sign in to comment.