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.
2 parents 74830c0 + c56f44d commit ca6b6f4Copy full SHA for ca6b6f4
1 file changed
lib/matplotlib/contour.py
@@ -539,13 +539,6 @@ def _find_closest_point_on_path(xys, p):
539
_docstring.interpd.register(contour_set_attributes=r"""
540
Attributes
541
----------
542
-ax : `~matplotlib.axes.Axes`
543
- The Axes object in which the contours are drawn.
544
-
545
-collections : `.silent_list` of `.PathCollection`\s
546
- The `.Artist`\s representing the contour. This is a list of
547
- `.PathCollection`\s for both line and filled contours.
548
549
levels : array
550
The values of the contour levels.
551
0 commit comments