1 parent 2c647d4 commit 492221eCopy full SHA for 492221e
1 file changed
scripts/earthquakes.py
@@ -41,7 +41,7 @@
41
E['magnitude'][i] = float(row[4])
42
43
44
-fig = plt.figure(figsize=(14,10))
+fig = plt.figure(figsize=(10,8))
45
ax = plt.subplot(1,1,1)
46
P = np.zeros(50, dtype=[('position', float, 2),
47
('size', float, 1),
0 commit comments