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 5996680 commit 21472e5Copy full SHA for 21472e5
1 file changed
lib/matplotlib/sphinxext/tests/tinypages/range4.py
@@ -3,8 +3,3 @@
3
plt.figure()
4
plt.plot(range(4))
5
plt.show()
6
-
7
-def range6():
8
- plt.figure()
9
- plt.plot(range(6))
10
- plt.show()
0 commit comments