Skip to content

Axes.inset_axes - warning message removed #27665

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jan 23, 2024
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