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 Droettboom wrote: > >> How do I verify if the bbox is correct? D

Re: [Matplotlib-users] Using matplotlib within pyside

2010-11-16 Thread Benjamin Root
On Tue, Nov 16, 2010 at 8:27 AM, Marc Petersen wrote: > 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. http://old.nabble.com/Matplotlib-and-PySid

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 wrote: > > On Friday 12 Nov 2010 15:20:43 Ryan May wrote: > > On Fri, Nov 12, 2010 at 8:40 AM, Benjamin Root wrote: > > > On Fri, Nov 12, 2010 at 5:11 AM, Guy Griffiths > > > > > > > > > wrote: > > >> Hi, > > >> > > >> I've been using matplotlib for

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 > > wrote: > > On Friday 12 Nov 2010 15:20:43 Ryan May wrote: > > > On Fri, Nov 12, 2010 at 8:40 AM, Benjamin Root wrote: > > > > On Fri, Nov 12, 2010 at 5:11 AM, Guy Griffiths > > > > > > > >

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 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: > http://www.zemax.com/UserFiles/Image/UI/pol_pupil.gif > It looks

[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 GTKAg

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 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 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 with sc

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 messa

[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.k

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

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 wrote: > 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_k

[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 basically