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 d984d2b commit b38a951Copy full SHA for b38a951
1 file changed
lib/matplotlib/sphinxext/tests/tinypages/range6.py
@@ -7,6 +7,7 @@ def range4():
7
8
9
def range6():
10
+ '''This is the function that should be executed.'''
11
plt.figure()
12
plt.plot(range(6))
13
plt.show()
0 commit comments