Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2122f65

Browse files
authored
Merge pull request #27665 from ShivamPathak99/main
Axes.inset_axes - warning message remvoved
2 parents 892ad6d + 95b7f68 commit 2122f65

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
``Axes.inset_axes`` is no longer experimental
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
Axes.inset_axes is considered stable for use.

lib/matplotlib/axes/_axes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,6 @@ def inset_axes(self, bounds, *, transform=None, zorder=5, **kwargs):
331331
"""
332332
Add a child inset Axes to this existing Axes.
333333
334-
Warnings
335-
--------
336-
This method is experimental as of 3.0, and the API may change.
337334
338335
Parameters
339336
----------

0 commit comments

Comments
 (0)