Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 782f6ef + f7832e8 commit 6eb0573Copy full SHA for 6eb0573
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