Skip to content

Commit 35e6e60

Browse files
Removed warning message of inset_axes
Removed warning message of inset_axes This method is experimental as of 3.0, and the API may change.
1 parent 879bde7 commit 35e6e60

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,7 @@ 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.
334+
337335
338336
Parameters
339337
----------

0 commit comments

Comments
 (0)