Re: [Matplotlib-users] imshow, matshow coordinate system

2007-03-25 Thread Richard Brown
On 23/03/07, Eric Firing <[EMAIL PROTECTED]> wrote: > Richard, > > I have made the requested change to imshow, so it is consistent with the > new matshow, and I think it makes much more sense this way--but note > that it depends on your rc value for image.origin. So, whenever you get > mpl from sv

Re: [Matplotlib-users] imshow, matshow coordinate system

2007-03-23 Thread Eric Firing
Richard, I have made the requested change to imshow, so it is consistent with the new matshow, and I think it makes much more sense this way--but note that it depends on your rc value for image.origin. So, whenever you get mpl from svn, or the next release (whenever that occurs--not very soon,

Re: [Matplotlib-users] imshow, matshow coordinate system

2007-03-22 Thread Richard Brown
On 22/03/07, Eric Firing <[EMAIL PROTECTED]> wrote: > Richard Brown wrote: > > Hi there, > > > > I'm pretty new to python; I'm in the process of switching from Matlab. > > I do quite a bit of image processing in my research, and while > > pylab/matplotlib seems to be a great plotting library, some

Re: [Matplotlib-users] imshow, matshow coordinate system

2007-03-21 Thread Eric Firing
Richard Brown wrote: > Hi there, > > I'm pretty new to python; I'm in the process of switching from Matlab. > I do quite a bit of image processing in my research, and while > pylab/matplotlib seems to be a great plotting library, some of the > quirks seem just a little bit frustrating - I'm hoping

[Matplotlib-users] imshow, matshow coordinate system

2007-03-21 Thread Richard Brown
Hi there, I'm pretty new to python; I'm in the process of switching from Matlab. I do quite a bit of image processing in my research, and while pylab/matplotlib seems to be a great plotting library, some of the quirks seem just a little bit frustrating - I'm hoping for some enlightenment :) When