From 04a383002e0b51e16ca5208d6cdcafafa74832ba Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Tue, 4 Feb 2025 16:28:58 +0100 Subject: [PATCH] Remove documentation for no-longer existent ContourSet attributes. These attributes have been deprecated and removed for a while already. (ContourSet is now a standard artist, so it has an `.axes` attribute like all other artists; and it is itself a PathCollection.) --- lib/matplotlib/contour.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/matplotlib/contour.py b/lib/matplotlib/contour.py index 219d777a4623..c8f7319077c8 100644 --- a/lib/matplotlib/contour.py +++ b/lib/matplotlib/contour.py @@ -543,13 +543,6 @@ def _find_closest_point_on_path(xys, p): _docstring.interpd.register(contour_set_attributes=r""" Attributes ---------- -ax : `~matplotlib.axes.Axes` - The Axes object in which the contours are drawn. - -collections : `.silent_list` of `.PathCollection`\s - The `.Artist`\s representing the contour. This is a list of - `.PathCollection`\s for both line and filled contours. - levels : array The values of the contour levels.