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.