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

Skip to content

Commit 4cbe134

Browse files
committed
Move mplot3d autoregistration api changes to 3.2.
This was wrongly put into the 3.1 notes.
1 parent 9005a13 commit 4cbe134

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

doc/api/prev_api_changes/api_changes_3.1.0.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ regardless of whether `matplotlib.pyplot` has been imported. If the user
1717
tries to switch from an already-started interactive backend to a different
1818
interactive backend, an `ImportError` will be raised.
1919

20-
mplot3d auto-registration
21-
~~~~~~~~~~~~~~~~~~~~~~~~~
22-
23-
`mpl_toolkits.mplot3d` is always registered by default now. It is no
24-
longer necessary to import mplot3d to create 3d axes with ::
25-
26-
ax = fig.add_subplot(111, projection="3d")
27-
2820
Invalid points in PathCollections
2921
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3022
PathCollections created with `~.Axes.scatter` now keep track of invalid points.

doc/api/prev_api_changes/api_changes_3.2.0/behavior.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,3 +299,11 @@ package, and Axes methods that take a ``norm`` parameter.
299299

300300
If extra kwargs are passed to `.LogScale`, `TypeError` will now be
301301
raised instead of `ValueError`.
302+
303+
mplot3d auto-registration
304+
~~~~~~~~~~~~~~~~~~~~~~~~~
305+
306+
`mpl_toolkits.mplot3d` is always registered by default now. It is no
307+
longer necessary to import mplot3d to create 3d axes with ::
308+
309+
ax = fig.add_subplot(111, projection="3d")

0 commit comments

Comments
 (0)