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

Skip to content

Commit d591875

Browse files
committed
DOC: api change note
1 parent 3b529ed commit d591875

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Axes3D no longer adds itself to figure
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
New `.Axes3D` objects previously added themselves to figures when they were
5+
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
8+
also needs to be done for normal `.Axes`.

0 commit comments

Comments
 (0)