Re: [matplotlib-devel] Contouring unstructured triangular grids

2010-05-12 Thread Ian Thomas
On 11 May, Eric Firing wrote: > I am somewhat inclined to simply commit it, or to give you commit > rights, in view not only of the triangular grid work but of the great > work you did in fixing problems with cntr.c.  Do you have a sourceforge > login? I've created a sourceforge login with the use

Re: [matplotlib-devel] Contouring unstructured triangular grids

2010-05-12 Thread Michael Droettboom
Ian, I've added you as a developer, and you should now have SVN write access. (This may require explicitly setting a username in SVN the first time you commit.) Mike Ian Thomas wrote: > On 11 May, Eric Firing wrote: > >> I am somewhat inclined to simply commit it, or to give you commit >>

Re: [matplotlib-devel] Contouring unstructured triangular grids

2010-05-12 Thread Eric Firing
On 05/11/2010 10:18 PM, Ian Thomas wrote: > On 11 May, Eric Firing wrote: >> I am somewhat inclined to simply commit it, or to give you commit >> rights, in view not only of the triangular grid work but of the great >> work you did in fixing problems with cntr.c. Do you have a sourceforge >> login

Re: [matplotlib-devel] Bug in stepfilled hist with log y

2010-05-12 Thread Jeff Klukas
I've looked now through the source code for axes.hist, and I see where the problem is. If any value of any bin of the histogram is zero, then axes.fill fails, as zero is necessarily outside the y boundaries of the axes for log scale. Already, a default value of 1e-100 is chosen for the first and

Re: [matplotlib-devel] qt4_editor

2010-05-12 Thread Peter Butterworth
Hi Darren, Any progress on looking at the Qt4editor patch ? On Wed, Apr 14, 2010 at 1:44 PM, Darren Dale wrote: >> Darren might be helpful at this point to submit the changes. > > My time is completely spoken for this week. But I'll have a look this > weekend if some helpful person doesn't beat

Re: [matplotlib-devel] qt4_editor

2010-05-12 Thread Darren Dale
No, I'm sorry. Its unfair to you that I am the bottleneck here. I just looked for the patch at http://sourceforge.net/tracker/?func=detail&aid=2981606&group_id=80706&atid=560722 but didn't find it. Is the figureoptions.py file there all that is needed? On Wed, May 12, 2010 at 4:46 PM, Peter Butter