From c56f44d075f8f262a712ecd2001e50a141a27f71 Mon Sep 17 00:00:00 2001 From: Ruth Comer <10599679+rcomer@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:40:45 +0000 Subject: [PATCH] Backport PR #29576: Remove documentation for no-longer existent ContourSet attributes. --- lib/matplotlib/contour.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/matplotlib/contour.py b/lib/matplotlib/contour.py index 6b685fa0ed6a..f7318d578121 100644 --- a/lib/matplotlib/contour.py +++ b/lib/matplotlib/contour.py @@ -539,13 +539,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.