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

Skip to content

Commit de43746

Browse files
committed
DOC: api change note
1 parent f49e48f commit de43746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/next_api_changes/behavior/18356-JMK.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Axes3D no longer adds itself to figure
33

44
New `.Axes3D` objects previously added themselves to figures when they were
55
created, which lead to them being added twice if
6-
`fig.add_subplot(111, projection='3d')` was called. Now `ax = Axes3d(fig)`
7-
will need to be explicitly added to the figure with `fig.add_axes(ax)`, as
6+
``fig.add_subplot(111, projection='3d')`` was called. Now ``ax = Axes3d(fig)``
7+
will need to be explicitly added to the figure with ``fig.add_axes(ax)``, as
88
also needs to be done for normal `.Axes`.

0 commit comments

Comments
 (0)