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.
1 parent 865e87c commit 0b8b37eCopy full SHA for 0b8b37e
lib/matplotlib/projections/__init__.py
@@ -60,8 +60,8 @@
60
from mpl_toolkits.mplot3d import Axes3D
61
except ImportError:
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"
+ warnings.warn("Unable to import Axes3D. This may be due to multiple versions of "
+ "Matplotlib being installed (e.g. as a system package and as a pip "
65
"package). As a result, the 3D projection is not available.")
66
Axes3D = None
67
0 commit comments