haaforsale.blogg.se

How to install matplotlib using anaconda
How to install matplotlib using anaconda









how to install matplotlib using anaconda

The following NEW packages will be INSTALLED:

how to install matplotlib using anaconda

The following packages will be downloaded: Package plan for installation in environment /tmp/bm_test: Theta = np.linspace(-4 * np.pi, 4 * np.pi, 100)Īx.plot(x, y, z, label='parametric curve')ġ3:45 $ conda create -p bm_test python matplotlib basemap ipython Traceback (most recent call last): File "/Users/user/coursera - programming for everybody (python)/Week - 06/3d-line.py", line 2, in from mpl_3d import Axes3D ImportError: No module named mpl_3dįrom mpl_3d import Axes3D I get the following error message when I run it: The sample program is attached to this posting. I also installed Basemap which as I understand it also installs mpl_toolkits at the same time. I have the latest version of Anaconda and Matplotlib installed. I'm running Anaconda on a MackBook Pro running Mac OS X 10.10.3.

how to install matplotlib using anaconda

I'm attempting to run a Matplotlib example that requires the use of mpl_toolkit mplot3d.











How to install matplotlib using anaconda