[matplotlib-devel] irregularly spaced grids and imshow....

2008-08-08 Thread Grégory Lielens
Hello everybody, I have sent this message to the user group, but thinking of it, it may be more relevant to the development mailing list...so here it is again. We are looking for the best way to plot a waterfall diagram in Matplotlib. The 2 functions which could be used to do that are (as far

Re: [matplotlib-devel] irregularly spaced grids and imshow....

2008-08-11 Thread Grégory Lielens
On Fri, 2008-08-08 at 16:05 +0200, Grégory Lielens wrote: > Hello everybody, > > I have sent this message to the user group, but thinking of it, it may be more > relevant to the development mailing list...so here it is again. > > > > We are looking for the best way to

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

2008-08-13 Thread Grégory Lielens
meaningless (we can go outside the colormap very fast)... I have included a small example showing how both interpolation works Any remarks, could this be added before the next release? ;-) Greg. On Mon, 2008-08-11 at 16:50 +0200, Grégory Lielens wrote: > On Fri, 2008-08-08 at 16:0

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

2008-08-18 Thread Grégory Lielens
Once these issues are addressed, it would be great to have someone who > *uses* the nonuniform pcolor functionality (Eric Firing?) have a look at > this patch for any regressions etc.. Assuming none, I'll be happy to > commit it (but I won't be around for a week or so). >

Re: [matplotlib-devel] [Matplotlib-users] imshow zorder

2008-08-19 Thread Grégory Lielens
On Tue, 2007-11-20 at 11:15 -1000, Eric Firing wrote: > Jeff Whitaker wrote: > > If I draw two images with imshow, then set_zorder for one of them to be > > higher than the other, should that one be the one that displays? > > Jeff, > > It is a wart. Images are handled separately from other arti

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

2008-08-28 Thread Grégory Lielens
located always. > > Once these issues are addressed, it would be great to have someone who > *uses* the nonuniform pcolor functionality (Eric Firing?) have a look at > this patch for any regressions etc.. Assuming none, I'll be happy to > commit it (but I won't be aro

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

2008-09-03 Thread Grégory Lielens
> Greg, > > Thank you for your very clear and complete explanation. > > I have committed your patch with only a few modifications: > > 0) I fixed a bug with non-agg backends by setting im.is_grayscale. > > 1) I changed the handling of the interpolation kwarg. The default is > still 'nearest'