diff --git a/germany_plot_v04.py b/germany_plot_v04.py index a5a5a37..2a8b619 100644 --- a/germany_plot_v04.py +++ b/germany_plot_v04.py @@ -51,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)