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

Skip to content

Commit 217b78a

Browse files
committed
update what's new
1 parent 2ab1767 commit 217b78a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Axes.inset_axes Flexibility
22
---------------------------
33

4-
`matplotlib.axes.Axes.inset_axes` now works via the `matplotlib.figure.Figure.add_axes`
5-
method, so that subclasses of `matplotlib.axes.Axes` may be returned.
4+
`matplotlib.axes.Axes.inset_axes` now accepts the ``projection``, ``polar``
5+
and ``axes_class`` keywords, so that subclasses of `matplotlib.axes.Axes` may
6+
be returned.

0 commit comments

Comments
 (0)