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 21472e5 commit d984d2bCopy full SHA for d984d2b
1 file changed
lib/matplotlib/sphinxext/tests/tinypages/range6.py
@@ -1,9 +1,11 @@
1
from matplotlib import pyplot as plt
2
3
+
4
def range4():
- '''This function should never be called if the plot_directive works as expected.'''
5
+ '''This is never be called if plot_directive works as expected.'''
6
raise NotImplementedError
7
8
9
def range6():
10
plt.figure()
11
plt.plot(range(6))
0 commit comments