test-commit
This commit is contained in:
1 parent
40d259f50e
commit
fb75a4fa75
1 file changed
+1
-2
@@ -5,8 +5,7 @@ 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 = []
|
magnitudes, eq_ts = [], []
|
||||||
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)
|
||||||
|
|||||||
Reference in new issue
Block a user