We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782f6ef commit f7832e8Copy full SHA for f7832e8
doc/api/prev_api_changes/api_changes_3.1.0.rst
@@ -17,14 +17,6 @@ regardless of whether `matplotlib.pyplot` has been imported. If the user
17
tries to switch from an already-started interactive backend to a different
18
interactive backend, an `ImportError` will be raised.
19
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
28
Invalid points in PathCollections
29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30
PathCollections created with `~.Axes.scatter` now keep track of invalid points.
0 commit comments