On Tue, Aug 10, 2010 at 12:15 PM, c.jeang
<christian.jeanguilla...@univ-angers.fr> wrote:
> Hello,
>
>  where can I find mpl_toolkits.
>  Because I install matplotlib with ipython and the command
>  yum install python-matplotlib
>  but as a result I have no axes3d.py file and when I tried the examples of
>  the matplotlib site I get the following message:
>  unknown projection 3d
> Apparently the toolkits mpl3d  is missing, which site can provide it?


Most likely your matplotlib version provided by yum is out of date.
Check your version with

  import matplotlib
  print matplotlib.__version__

You can download the latest tarball from sourceforge:

  http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0/

See also the installing page:

  http://matplotlib.sourceforge.net/users/installing.html

particularly the part on "Installing from source" and below.  Perhaps
another yum user can advise you on the easiest ways to install the
build dependencies.

JDH

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to