8000
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 a664c8a commit a9d580eCopy full SHA for a9d580e
examples/subplots_axes_and_figures/subplot.py
@@ -8,6 +8,7 @@
8
import numpy as np
9
import matplotlib.pyplot as plt
10
11
+###############################################################################
12
13
x1 = np.linspace(0.0, 5.0)
14
x2 = np.linspace(0.0, 2.0)
@@ -36,9 +37,6 @@
36
37
# Subplots can also be generated using `subplot()` as in the following example:
38
#
39
-import numpy as np
40
-import matplotlib.pyplot as plt
41
-
42
43
44
@@ -56,4 +54,4 @@
56
54
plt.xlabel('time (s)')
57
55
plt.ylabel('Undamped')
58
59
-plt.show()
+plt.show()
0 commit comments