This commit is contained in:
SowinskiBraeden committed 2022-05-22 21:15:13 -07:00
1 parent c480194a1b
commit 4332457d57
1 file changed
+2 -1
+2 -1
View File
@@ -5,7 +5,8 @@ import matplotlib.pyplot as plt
from mpl_toolkits.basemap import Basemap from mpl_toolkits.basemap import Basemap
eq_lat, eq_lon = [], [] eq_lat, eq_lon = [], []
magnitudes, eq_ts = [], [] magnitudes = []
eq_ts = []
with open('2.5_week.csv', encoding='utf-8') as csvfile: with open('2.5_week.csv', encoding='utf-8') as csvfile:
reader = csv.DictReader(csvfile) reader = csv.DictReader(csvfile)