Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/users/next_whats_new/inset_axes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
``Axes.inset_axes`` is no longer experimental
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Axes.inset_axes is considered stable for use.
3 changes: 0 additions & 3 deletions lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,6 @@ def inset_axes(self, bounds, *, transform=None, zorder=5, **kwargs):
"""
Add a child inset Axes to this existing Axes.

Warnings
--------
This method is experimental as of 3.0, and the API may change.

Parameters
----------
Expand Down