8000 Merge pull request #16489 from meeseeksmachine/auto-backport-of-pr-16… · matplotlib/matplotlib@0f26bf4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f26bf4

Browse files
authored
Merge pull request #16489 from meeseeksmachine/auto-backport-of-pr-16272-on-v3.2.x
Backport PR #16272 on branch v3.2.x (Move mplot3d autoregistration api changes to 3.2.)
2 parents bf85210 + a9ce19c commit 0f26bf4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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)
0