8000
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 74830c0 commit c56f44dCopy full SHA for c56f44d
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