Skip to content

Commit ca6b6f4

Browse files
authored
Merge pull request #29577 from meeseeksmachine/auto-backport-of-pr-29576-on-v3.10.x
Backport PR #29576 on branch v3.10.x (Remove documentation for no-longer existent ContourSet attributes.)
2 parents 74830c0 + c56f44d commit ca6b6f4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/matplotlib/contour.py

-7
Original file line numberDiff line numberDiff line change
@@ -539,13 +539,6 @@ def _find_closest_point_on_path(xys, p):
539539
_docstring.interpd.register(contour_set_attributes=r"""
540540
Attributes
541541
----------
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-
549542
levels : array
550543
The values of the contour levels.
551544

0 commit comments

Comments
 (0)