From f7832e89f1a61917e0cbece6c7f32a2f78a63adf Mon Sep 17 00:00:00 2001 From: David Stansby Date: Tue, 21 Jan 2020 10:43:43 +0000 Subject: [PATCH] Backport PR #16272: Move mplot3d autoregistration api changes to 3.2. --- doc/api/prev_api_changes/api_changes_3.1.0.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/api/prev_api_changes/api_changes_3.1.0.rst b/doc/api/prev_api_changes/api_changes_3.1.0.rst index e8da17922626..f0de6061cfa3 100644 --- a/doc/api/prev_api_changes/api_changes_3.1.0.rst +++ b/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 tries to switch from an already-started interactive backend to a different interactive backend, an `ImportError` will be raised. -mplot3d auto-registration -~~~~~~~~~~~~~~~~~~~~~~~~~ - -`mpl_toolkits.mplot3d` is always registered by default now. It is no -longer necessary to import mplot3d to create 3d axes with :: - - ax = fig.add_subplot(111, projection="3d") - Invalid points in PathCollections ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PathCollections created with `~.Axes.scatter` now keep track of invalid points.