Re: [matplotlib-devel] Fixed contouring bugs.

2010-01-16 Thread Ian Thomas
Eric Firing wrote: > Ian, > > I have applied your patch and modified contourf_demo slightly to illustrate > interior masking.  Thanks very much for the beautiful work! These contour > bugs that you fixed were major mpl problems--general embarrassments, and > specific impediments to my own applicat

Re: [matplotlib-devel] Fixed contouring bugs.

2010-01-16 Thread Eric Firing
Ian Thomas wrote: > Hello all, > > I think I have fixed two bugs in the contouring code (src/cntr.c): > 1) inconsistent behaviour in how contour and contourf handle saddle > grid squares, and > 2) incorrect handling of masked regions in filled contour plots. Ian, I have applied your patch and mo

Re: [matplotlib-devel] Fixed contouring bugs.

2010-01-15 Thread Eric Firing
Ian Thomas wrote: > Hello all, > > I think I have fixed two bugs in the contouring code (src/cntr.c): > 1) inconsistent behaviour in how contour and contourf handle saddle > grid squares, and > 2) incorrect handling of masked regions in filled contour plots. > > Attached is a gzipped tar file con