Thanks to visit codestin.com Credit goes to github.com
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 9daf807 commit 95a8d39Copy full SHA for 95a8d39
examples/pylab_examples/simple_plot.py
@@ -11,7 +11,7 @@
11
t = np.arange(0.0, 2.0, 0.01)
12
s = 1 + np.sin(2*np.pi*t)
13
14
-# Note that using plt.subplots below is equivilent to using
+# Note that using plt.subplots below is equivalent to using
15
# fig = plt.figure and then ax = fig.add_subplot(111)
16
fig, ax = plt.subplots()
17
ax.plot(t, s)
0 commit comments