From: Samuel D. <sd...@sp...> - 2015-06-21 17:02:32
|
I'm attempting to run a Matplotlib example that requires the use of mpl_toolkit mplot3d. I'm running Anaconda on a MackBook Pro running Mac OS X 10.10.3. I have the latest version of Anaconda and Matplotlib installed. I also installed Basemap which as I understand it also installs mpl_toolkits at the same time. The sample program is attached to this posting. I get the following error message when I run it: /*Traceback (most recent call last):*//* *//* File "/Users/user/coursera - programming for everybody (python)/Week - 06/3d-line.py", line 2, in <module>*//* *//* from mpl_toolkits.mplot3d.axes3d import Axes3D*//* *//*ImportError: No module named mpl_toolkits.mplot3d.axes3d*/ Any suggestions? Sam Dupree. |