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