Re: [matplotlib-devel] irregularly spaced grids and imshowm: PATCH for bilinear interp

2008-08-18 Thread Grégory Lielens
Thanks a lot for reviewing my patch! I have corrected most of the problems (I think ;-) ) I indeed introduced memory leak, I think it is fixed now, I have also reorganized the code to avoid duplication of the cleanup code. I used an helper function instead of the goto, because this cleanup is neede

Re: [matplotlib-devel] Bugs in Qt4 backend with the latest PyQt release

2008-08-18 Thread Darren Dale
Hi Pierre, On Saturday 16 August 2008 03:08:49 am Pierre Raybaut wrote: > Hi all, > > I'm posting to report two bugs in 'backend_qt4.py' with the latest PyQt > release: > (see eventually the attached test script) > > (1) in class 'NavigationToolbar2QT' l. 285-300 : I had to replace '.svg' > by '.p

Re: [matplotlib-devel] Bugs in Qt4 backend with the latest PyQt release

2008-08-18 Thread Pierre Raybaut
Hi Darren, 2008/8/18 Darren Dale <[EMAIL PROTECTED]>: >> (1) in class 'NavigationToolbar2QT' l. 285-300 : I had to replace '.svg' >> by '.png' for all the icons to be displayed correctly on the navigation >> toolbar (only one was already loaded in the right file format). > > Could this be a proble

Re: [matplotlib-devel] Bugs in Qt4 backend with the latest PyQt release

2008-08-18 Thread Darren Dale
On Monday 18 August 2008 09:33:47 am Pierre Raybaut wrote: > Hi Darren, > > 2008/8/18 Darren Dale <[EMAIL PROTECTED]>: > >> (1) in class 'NavigationToolbar2QT' l. 285-300 : I had to replace '.svg' > >> by '.png' for all the icons to be displayed correctly on the navigation > >> toolbar (only one wa

[matplotlib-devel] plotting markers fails with current svn

2008-08-18 Thread Jae-Joon Lee
Hi all, With the current svn, It fails with the following Exception if I try to draw markers (I'm using GtkAgg backends and I presume this only happens with Agg backends). Can others confirm this? 745 renderer.draw_markers( 746 gc, Path.unit_circle(), transform, path,

Re: [matplotlib-devel] Bugs in Qt4 backend with the latest PyQt release

2008-08-18 Thread Pierre Raybaut
Darren Dale a écrit : >> If you need something to prove that this has nothing to do with my >> machine or my software, I can tell you that there is exactly the same >> bug on a virtual machine, after a clean Windows XP install, and using >> only the official Python MSI installer and the official Py

Re: [matplotlib-devel] plotting markers fails with current svn

2008-08-18 Thread Eric Firing
Jae-Joon Lee wrote: > Hi all, > > With the current svn, It fails with the following Exception if I try > to draw markers (I'm using GtkAgg backends and I presume this only > happens with Agg backends). Can others confirm this? > > 745 renderer.draw_markers( > 746 gc,

Re: [matplotlib-devel] Bugs in Qt4 backend with the latest PyQt release

2008-08-18 Thread Darren Dale
On Monday 18 August 2008 16:17:03 Pierre Raybaut wrote: > Darren Dale a écrit : > >> If you need something to prove that this has nothing to do with my > >> machine or my software, I can tell you that there is exactly the same > >> bug on a virtual machine, after a clean Windows XP install, and usi

Re: [matplotlib-devel] Bugs in Qt4 backend with the latest PyQt release

2008-08-18 Thread Darren Dale
On Monday 18 August 2008 09:33:47 Pierre Raybaut wrote: > Hi Darren, > > 2008/8/18 Darren Dale <[EMAIL PROTECTED]>: > >> (1) in class 'NavigationToolbar2QT' l. 285-300 : I had to replace '.svg' > >> by '.png' for all the icons to be displayed correctly on the navigation > >> toolbar (only one was a