Re: [Matplotlib-users] Unknown projection '3d' even with svn version?

2010-11-22 Thread Benjamin Root
On Thu, Nov 18, 2010 at 2:30 AM, Eric Emsellem eemse...@eso.org wrote: Ok problem(s) solved, thanks a lot for the efficient help (this also taught me how to go through the code more thoroughly) * for the record: I had a pylab.py in the site-packages directory, probably a left-over from some

Re: [Matplotlib-users] Unknown projection '3d' even with svn version?

2010-11-18 Thread Eric Emsellem
Ok problem(s) solved, thanks a lot for the efficient help (this also taught me how to go through the code more thoroughly) * for the record: I had a pylab.py in the site-packages directory, probably a left-over from some other installation, which was interfering with the pylab.py which should

Re: [Matplotlib-users] Unknown projection '3d' even with svn version?

2010-11-17 Thread Eric Emsellem
yes, it looks like this is the right file (when I look at matplotlib.__file__) Now tracing which routines are run when doing this, it looks like it looks for projection in projections/__init__.py after going through line 675 of figure.py It looks like add_subplot of plt.figure() is not

Re: [Matplotlib-users] Unknown projection '3d' even with svn version?

2010-11-17 Thread Benjamin Root
On Wed, Nov 17, 2010 at 2:32 AM, Eric Emsellem eemse...@eso.org wrote: yes, it looks like this is the right file (when I look at matplotlib.__file__) Now tracing which routines are run when doing this, it looks like it looks for projection in projections/__init__.py after going through

Re: [Matplotlib-users] Unknown projection '3d' even with svn version?

2010-11-17 Thread Eric Emsellem
Dear Ben thanks a lot for this thoughful answer. When I use only ipython and not ipython -pylab IT WORKS!!! So this is a problem with ipython -pylab call... Any thought of why this is? I provide more info below thanks for any help there. Eric P.S.: Here is the output of my setup: In [1]:

Re: [Matplotlib-users] Unknown projection '3d' even with svn version?

2010-11-17 Thread Benjamin Root
On Wed, Nov 17, 2010 at 1:54 PM, Eric Emsellem eemse...@eso.org wrote: Dear Ben thanks a lot for this thoughful answer. When I use only ipython and not ipython -pylab IT WORKS!!! So this is a problem with ipython -pylab call... Any thought of why this is? Possibly ipython is somehow

[Matplotlib-users] Unknown projection '3d' even with svn version?

2010-11-16 Thread Eric Emsellem
Hi, I have just installed the svn version of matplotlib and basemap + numpy from the svn repository of http://download.opensuse.org/repositories/home:/ocefpaf/openSUSE_11.3/x86_64/ When I do: === ipython -pylab (matplotlib 1.0.0, backend

Re: [Matplotlib-users] Unknown projection '3d' even with svn version?

2010-11-16 Thread Benjamin Root
On Tue, Nov 16, 2010 at 10:48 AM, Eric Emsellem eemse...@eso.org wrote: Hi, I have just installed the svn version of matplotlib and basemap + numpy from the svn repository of http://download.opensuse.org/repositories/home:/ocefpaf/openSUSE_11.3/x86_64/ When I do:

Re: [Matplotlib-users] Unknown projection '3d' even with svn version?

2010-11-16 Thread Benjamin Root
On Tue, Nov 16, 2010 at 11:24 AM, Eric Emsellem eemse...@eso.org wrote: Dear Ben thanks a lot for the quick reply. I did that (and read some posts on the web) but no luck, as it says: 1.0.0 I in fact just went back to my openSuse 11.3 (Science repo) version because it went really wrong

Re: [Matplotlib-users] Unknown projection '3d' even with svn version?

2010-11-16 Thread Eric Emsellem
Dear Ben thanks a lot for the quick reply. I did that (and read some posts on the web) but no luck, as it says: 1.0.0 I in fact just went back to my openSuse 11.3 (Science repo) version because it went really wrong with scipy etc and I didn't want to mess up my setup. But still the same