[Matplotlib-users] pcolor shading=interp change interpolation method?

2010-05-17 Thread Reckoner
Hi, Using the following pcolor(x,y,z,shading='interp') is it possible to change the interpolation method used? I noticed that there are set_interpolation methods for images created using In [83]: h = imshow( z) In [84]: h.set_interpolation? Type: instancemethod Base Class: type

Re: [Matplotlib-users] pcolor shading=interp change interpolation method?

2010-05-17 Thread Eric Firing
On 05/17/2010 06:32 AM, Reckoner wrote: Hi, Using the following pcolor(x,y,z,shading='interp') is it possible to change the interpolation method used? I noticed that there are set_interpolation methods for images created using In [83]: h = imshow( z) In [84]: h.set_interpolation?