Re: [matplotlib-devel] many mplot3d fixes

2010-02-24 Thread Reinier Heeres
Hi Ben, all, First of all: thanks for your patch. With a few minor modifications I think we should apply most of it. I had a quick look now, but let's aim to get it in over the weekend. Let me also say that as far as I'm concerned, mplot3d is here to stay and I will try to continue to support it.

Re: [matplotlib-devel] contourf segfaults

2010-02-24 Thread Eric Firing
Ian Thomas wrote: > Eric, > >> I hit a bug (segfault) in cntr.c that is likely related to your changes. It >> is ID 2956378 in the tracker. > > Attached is a patch file with a fix for this bug. I've also included > a minimal test file to demonstrate the behaviour before and after the > fix, alon

[matplotlib-devel] many mplot3d fixes

2010-02-24 Thread Ben Axelrod
Here is a major patch for mplot3d. Here is a summary of the changes: * bug fix: placement of title in 3D plots to match 2D plot behavior (see nonecolortester.py to demonstrate) * bug fix: allow facecolors and edgecolors to be specified as 'none' in 3D scatter plots to match the 2D scatter plo

Re: [matplotlib-devel] An easier way to create figure and group of axes; useful?

2010-02-24 Thread Fernando Perez
On Tue, Feb 23, 2010 at 10:14 PM, Fernando Perez wrote: > Final question: should I put the little demo code at the bottom that I > used for testing this up in an example file?  I put some of that in > the docstring as an example, but not all to avoid clutter. OK, since I know people are busy, I

Re: [matplotlib-devel] contourf segfaults

2010-02-24 Thread Ian Thomas
Eric, > I hit a bug (segfault) in cntr.c that is likely related to your changes. It > is ID 2956378 in the tracker. Attached is a patch file with a fix for this bug. I've also included a minimal test file to demonstrate the behaviour before and after the fix, along with a brief explanation which