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.
2 parents 6a35abf + a717d3d commit db3c685Copy full SHA for db3c685
tutorials/intermediate/artists.py
@@ -313,7 +313,7 @@ class in the Matplotlib API, and the one you will be working with most
313
# directly from the Axes list, but rather use the
314
# :meth:`~matplotlib.figure.Figure.add_subplot` and
315
# :meth:`~matplotlib.figure.Figure.add_axes` methods to insert, and the
316
-# :meth:`~matplotlib.figure.Figure.delaxes` method to delete. You are
+# `Axes.remove <matplotlib.artist.Artist.remove>` method to delete. You are
317
# free however, to iterate over the list of Axes or index into it to get
318
# access to ``Axes`` instances you want to customize. Here is an
319
# example which turns all the Axes grids on::
0 commit comments