Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a9ce19c

Browse filesBrowse files
dstansbymeeseeksmachine
authored andcommitted
Backport PR #16272: Move mplot3d autoregistration api changes to 3.2.
1 parent bf85210 commit a9ce19c
Copy full SHA for a9ce19c

File tree

Expand file treeCollapse file tree

2 files changed

+8
-8
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-8
lines changed

‎doc/api/prev_api_changes/api_changes_3.1.0.rst

Copy file name to clipboardExpand all lines: doc/api/prev_api_changes/api_changes_3.1.0.rst
-8Lines 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

Copy file name to clipboardExpand all lines: doc/api/prev_api_changes/api_changes_3.2.0/behavior.rst
+8Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.