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

2008-08-13 Thread Grégory Lielens
Hi all, here is a patch which implement bilinear interpolation on irregular grid ( i.e. it allows NonUniformImage to accept both 'nearest' and 'bilinear' interpoaltion, instead of only 'nearest'.) It is not perfect, given the current architecture of the image module I think there is not simple

[matplotlib-devel] Mac binary installer

2008-08-13 Thread Russell E. Owen
I have a few questions and comments about the Mac binary of matplotlib 0.98.3: matplotlib-0.98.3-py2.5-macosx-10.3.egg.zip A few things struck me as scary: - There are no instructions; when you unzip it you get just an egg and that's it. I was able to find the magic incantation on the web,

[matplotlib-devel] on vacation

2008-08-13 Thread John Hunter
I will be out on vacation until Sept 25th with only sporadic email contact, so hold down the fort! JDH - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications

Re: [matplotlib-devel] Mac binary installer

2008-08-13 Thread Charlie Moad
On Wed, Aug 13, 2008 at 2:25 PM, Russell E. Owen <[EMAIL PROTECTED]>wrote: > I have a few questions and comments about the Mac binary of matplotlib > 0.98.3: > matplotlib-0.98.3-py2.5-macosx-10.3.egg.zip > > A few things struck me as scary: > - There are no instructions; when you unzip it you ge

Re: [matplotlib-devel] on vacation

2008-08-13 Thread Charlie Moad
I need a 40+ day vacation too! Jealous, Charlie On Wed, Aug 13, 2008 at 3:37 PM, John Hunter <[EMAIL PROTECTED]> wrote: > I will be out on vacation until Sept 25th with only sporadic email > contact, so hold down the fort! > > JDH > > --

Re: [matplotlib-devel] Mac binary installer

2008-08-13 Thread Christopher Barker
Charlie Moad wrote: > Technically you are not supposed to unzip the package by hand. how are you supposed to install it? can I do: easy_install TheNameOfTheZipfile.zip ?? or am I just supposed to do: easy_install matplotlib and have setuptools download it for me. > At most > we could put so

Re: [matplotlib-devel] on vacation

2008-08-13 Thread Eric Firing
Charlie Moad wrote: > I need a 40+ day vacation too! > > Jealous, > Charlie I thought maybe he was setting a good example for us, but unfortunately he merely slipped a month; he meant August 25th. Eric > > On Wed, Aug 13, 2008 at 3:37 PM, John Hunter <[EMAIL PROTECTED] >

Re: [matplotlib-devel] Mac binary installer

2008-08-13 Thread Charlie Moad
> > > You can't put a readme in the zip file? I think he was referring to the egg as a zip, which it technically is but setuptools extracts it for you. - This SF.Net email is sponsored by the Moblin Your Move Developer's chal