Re: [Matplotlib-users] [matplotlib-devel] bbox of eps backend : test needed

2010-11-16 Thread Michael Droettboom
Thanks. With this new script, I get only one failure: xpdf_False This is on RHEL5 x86_64: gs 8.15.2 gv 3.6.8 pdftops 3.00 Cheers, Mike On 11/16/2010 06:54 AM, Jae-Joon Lee wrote: On Mon, Nov 15, 2010 at 11:29 PM, Michael Droettboommd...@stsci.edu wrote: How do I verify if the bbox is

Re: [Matplotlib-users] Using matplotlib within pyside

2010-11-16 Thread Benjamin Root
On Tue, Nov 16, 2010 at 8:27 AM, Marc Petersen petersen.m...@yahoo.dewrote: Hi, is there a solution for using matplotlib within pyside like it is possible with pyqt4? Greetz Marc Marc, Haven't tried it myself, but someone else did ask this a few months ago.

Re: [Matplotlib-users] Change in pcolor functionality from 0.99.1.1 to 1.0.0

2010-11-16 Thread Benjamin Root
On Mon, Nov 15, 2010 at 4:14 AM, Guy Griffiths guy.griffi...@reading.ac.ukwrote: On Friday 12 Nov 2010 15:20:43 Ryan May wrote: On Fri, Nov 12, 2010 at 8:40 AM, Benjamin Root ben.r...@ou.edu wrote: On Fri, Nov 12, 2010 at 5:11 AM, Guy Griffiths guy.griffi...@reading.ac.uk wrote:

Re: [Matplotlib-users] Change in pcolor functionality from 0.99.1.1 to 1.0.0

2010-11-16 Thread Guy Griffiths
On Tuesday 16 Nov 2010 15:35:31 Benjamin Root wrote: On Mon, Nov 15, 2010 at 4:14 AM, Guy Griffiths guy.griffi...@reading.ac.ukwrote: On Friday 12 Nov 2010 15:20:43 Ryan May wrote: On Fri, Nov 12, 2010 at 8:40 AM, Benjamin Root ben.r...@ou.edu wrote: On Fri, Nov 12, 2010 at 5:11 AM,

Re: [Matplotlib-users] plot polarization map (like ZEMAX)

2010-11-16 Thread Benjamin Root
On Sun, Nov 14, 2010 at 5:17 PM, Kornél Jahn kjahn.pub...@gmail.com wrote: Hello, I would like to plot the polarization state of a two-dimensional vector field (linear, circular or generally elliptic), similarly to that seen on this ZEMAX plot:

[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

[Matplotlib-users] How to get axes from a user click?

2010-11-16 Thread Nicolas Bigaouette
Hi all, I have defined some shortcuts I often use using pylab.ginput(). I normally do: fig = pylab.figure() fig.canvas.mpl_connect('key_press_event', on_key) with my on_key function being (simplified): def on_key(event): if (event.key == 'q'): sys.exit(0) elif (event.key

Re: [Matplotlib-users] Update values of errorbars

2010-11-16 Thread Stan West
From: Gianfranco Durin [mailto:g.du...@inrim.it] Sent: Wednesday, November 10, 2010 11:32 Dear mpl users, I have the following problem to solve. Imagine to have the simple example reported on website plotting the errorbars of some x,y data: ... and if I change, for instance, y: y

Re: [Matplotlib-users] Since upgrading to SUSE 11.3 matplotlib simply craches with segfault

2010-11-16 Thread Kurt Mueller
Now I found a solution: From the Education Repository of openSuse: URL: http://download.opensuse.org/repositories/Education/openSUSE_11.3/; Install the packages: - python-numpy - python-matplotlib These two seems to work together. Have a nice day -- m...@problemlos.ch

Re: [Matplotlib-users] How to get axes from a user click?

2010-11-16 Thread Benjamin Root
On Tue, Nov 16, 2010 at 12:01 PM, Nicolas Bigaouette nbigaoue...@gmail.comwrote: Hi all, I have defined some shortcuts I often use using pylab.ginput(). I normally do: fig = pylab.figure() fig.canvas.mpl_connect('key_press_event', on_key) with my on_key function being (simplified):

[Matplotlib-users] psd (and friends) scaling and NFFT

2010-11-16 Thread Ryan May
Hi, I spent a fair amount of time today debugging what I thought was a bug in the scaling of psd() when I was using NFFT to specify zero-padding. This was a mis-use of the code on my part, where I should have been using pad_to to get zero-padding. Most embarassing about this is that I'm