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 f4ca1ea + cde6baf commit 3ffd6ccCopy full SHA for 3ffd6cc
1 file changed
lib/matplotlib/projections/__init__.py
@@ -58,7 +58,7 @@
58
59
try:
60
from mpl_toolkits.mplot3d import Axes3D
61
-except ImportError:
+except Exception:
62
import warnings
63
warnings.warn("Unable to import Axes3D. This may be due to multiple versions of "
64
"Matplotlib being installed (e.g. as a system package and as a pip "
0 commit comments