Re: [matplotlib-devel] upcoming release

2008-06-22 Thread Charles Moad
The releases and builds are up. Please test them out, and I'll leave the announcements to you, John. - Charlie On Jun 22, 2008, at 12:43 PM, John Hunter wrote: On Fri, Jun 20, 2008 at 10:20 AM, Charlie Moad <[EMAIL PROTECTED]> wrote: Can we shoot for Sunday night? It would be much more co

Re: [matplotlib-devel] upcoming release

2008-06-22 Thread John Hunter
On Fri, Jun 20, 2008 at 10:20 AM, Charlie Moad <[EMAIL PROTECTED]> wrote: > Can we shoot for Sunday night? It would be much more convenient for me at > least. I'll be traveling most of the day so I will be mostly out of touch(some blackberry access), but I did a round of testing on the branch and

Re: [matplotlib-devel] Error in backend_qt4.py v0.98

2008-06-22 Thread Darren Dale
Hi Brian, On Sunday 22 June 2008 11:01:36 B Clowers wrote: > p, li { white-space: pre-wrap; } > > I have a small program that displays a embeds a figure along with the > navigation toolbar into a PyQt4 application. In version 0.91 it works > fine, however, I get the following error when I try to

[matplotlib-devel] Error in backend_qt4.py v0.98

2008-06-22 Thread B Clowers
p, li { white-space: pre-wrap; } I have a small program that displays a embeds a figure along with the navigation toolbar into a PyQt4 application. In version 0.91 it works fine, however, I get the following error when I try to run the program with 0.98 . An exception is raised at line 296

Re: [matplotlib-devel] matplotlib-0.98 Failure to Build

2008-06-22 Thread B Clowers
Yes, it is weird as I don't have gdk installed.  I wasn't using a config file but now that you mention it if I do use a config file it will compile correctly. Thanks Brian --- On Sat, 6/21/08, Eric Firing <[EMAIL PROTECTED]> wrote: From: Eric Firing <[EMAIL PROTECTED]> Subject: Re: [matplotlib-

Re: [matplotlib-devel] upcoming release

2008-06-22 Thread Darren Dale
On Friday 20 June 2008 13:32:46 Eric Firing wrote: > John Hunter wrote: > > Sandro has been working hard packaging matplotlib 0.98.0 for debian > > ahead of the next major debian feature freeze, and says he can get > > 0.98.1 in if we release it by June 24th. Charlie, can you do a > > release on M

Re: [matplotlib-devel] matplotlib-0.98 Failure to Build

2008-06-22 Thread Eric Firing
It is trying to build the gdk extension but you don't have the devel package installed, so it can't find the headers. What puzzles me is that it *knows* it can't find the headers, so it shouldn't be trying to build the extension. Are you using a setup.cfg file? (Ordinarily, one should not.)

Re: [matplotlib-devel] Inheritance graphs

2008-06-22 Thread Michael Droettboom
Fernando Perez wrote: > Hey Michael, > > On Fri, Jun 20, 2008 at 7:47 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > >> John Hunter wrote: >> >>> On Fri, Jun 20, 2008 at 8:13 AM, Michael Droettboom <[EMAIL PROTECTED]> >>> wrote: >>> >>> >>> The current version of graphviz

Re: [matplotlib-devel] Inheritance graphs

2008-06-22 Thread Fernando Perez
Hey Michael, On Fri, Jun 20, 2008 at 7:47 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > John Hunter wrote: >> On Fri, Jun 20, 2008 at 8:13 AM, Michael Droettboom <[EMAIL PROTECTED]> >> wrote: >> >> >>> The current version of graphviz uses either cairo or gd (the default being >>> cairo on m

[matplotlib-devel] bug: axes limits being reset

2008-06-22 Thread Andrew Straw
Hi, I've encountered behavior in the svn trunk that I think is a bug. Namely, the axes view limits are reset to the data limits upon a UI event callback. In the attached test script for example, the plot initially displays with the correct view limits (between -10 and 10 on the X axis). However, w

Re: [matplotlib-devel] upcoming release

2008-06-22 Thread Eric Firing
John Hunter wrote: > Sandro has been working hard packaging matplotlib 0.98.0 for debian > ahead of the next major debian feature freeze, and says he can get > 0.98.1 in if we release it by June 24th. Charlie, can you do a > release on Monday? All developers, please take some time to fix any > bu

Re: [matplotlib-devel] figimages

2008-06-22 Thread John Hunter
On Thu, Jun 19, 2008 at 5:46 PM, John Hunter <[EMAIL PROTECTED]> wrote: > I believe there is a bug in the figimage handling when multiple images > are present. It looks like there is a negative sign in the > transformation that shouldn't be there. It is common to get upside > down in mpl, since b