We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c647d4 commit 492221eCopy full SHA for 492221e
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