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 cb3efad commit ccd1ffbCopy full SHA for ccd1ffb
examples/pylab_examples/simple_plot.py
@@ -3,7 +3,7 @@
3
4
t = np.arange(0.0, 2.0, 0.01)
5
s = np.sin(2*np.pi*t)
6
-np.plot(t, s)
+plt.plot(t, s)
7
8
plt.xlabel('time (s)')
9
plt.ylabel('voltage (mV)')
0 commit comments