[matplotlib-devel] Delaunay interpolator patch: support grid whose width or height is 1

2012-07-07 Thread Amit Aronovitch
The current implementation of Delaunay interpolator returns NaN for grids whose x or y has dimension 1 (i.e. when you try to interpolate along a horizontal/vertical line, or in a single point). See example below. By looking at the code, it seems that this can be fixed by simple rearrangement of ca

Re: [matplotlib-devel] v1.1.1rc2 tarballs are up

2012-07-07 Thread Derek Homeier
On 06.07.2012, at 3:49PM, Damon McDougall wrote: >> >> When I tested on Mac OS X 10.6 I found that most unit tests were somehow >> missing. Rather than try to diagnose the problem, I built a new binary >> on 10.6, confirmed that it installed properly (with all unit tests) on >> 10.6 and 10.7,

Re: [matplotlib-devel] Strange bug when saving animations (with streamplot)

2012-07-07 Thread Tony Yu
On Tue, Jul 3, 2012 at 11:18 AM, Ryan May wrote: > On Tue, Jul 3, 2012 at 10:03 AM, Tony Yu wrote: > > > > > > On Tue, Jul 3, 2012 at 10:22 AM, Ryan May wrote: > >> > >> On Tue, Jul 3, 2012 at 9:14 AM, Tony Yu wrote: > >> > On Mon, Jul 2, 2012 at 11:42 PM, Tony Yu wrote: > > >> >> I finally h