On Wed, Jul 1, 2009 at 9:55 AM, David Paulsen<david.paul...@duke.edu> wrote:
> Dear List,
>
> I tried running examples of 3D plots given from the matplotlib webpage, but
> encountered the following error:
>
>
>     from mpl_toolkits.mplot3d import Axes3D
> ImportError: No module named mplot3d
>
> I am using the enthought package with matplotlib version 0.98.5.2
>
> Any help on how to recover mplot 3d would be appreciated.
>
> Thanks,
> david
>
>
> David Paulsen, M.S.
> Graduate Student
> Department of Psychology & Neuroscience
> Duke University
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>
Hello,

mplot3d module is in the svn codebase. You will have to check-out the
sources and make a manual installation.

If you are on linux, it is a very easy process:

First a check-out with svn

svn co 
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib
matplotlib

and then

python setup.py install

Tadaa, the examples should work without any problems.

Gökhan

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to