Re: [Matplotlib-users] NonUniformImage: problem with axis reversal

2010-07-07 Thread Ryan May
On Wed, Jul 7, 2010 at 1:54 AM, Matthias Michler wrote: > On Wednesday July 7 2010 05:53:59 jezhill wrote: >> Hi all, >> >> I've been experimenting with the NonUniformImage class.  (Actually I want >> *uniform* pixel spacing, but I want the image x and y coordinates to have >> the correct *scaling

Re: [Matplotlib-users] NonUniformImage: problem with axis reversal

2010-07-06 Thread Matthias Michler
On Wednesday July 7 2010 05:53:59 jezhill wrote: > Hi all, > > I've been experimenting with the NonUniformImage class. (Actually I want > *uniform* pixel spacing, but I want the image x and y coordinates to have > the correct *scaling* in the style of Matlab's image(x,y,C). The > AxesImage clas

[Matplotlib-users] NonUniformImage: problem with axis reversal

2010-07-06 Thread jezhill
Hi all, I've been experimenting with the NonUniformImage class. (Actually I want *uniform* pixel spacing, but I want the image x and y coordinates to have the correct *scaling* in the style of Matlab's image(x,y,C). The AxesImage class, created via pylab.imshow, didn't seem to offer that, so I