Re: [Matplotlib-users] x axis & imshow...

2009-02-13 Thread Michael Droettboom
You can pass "extent=(left, right, bottom, top)" to imshow to specify what the pixels in the array correspond to in data space. Mike Lewis, Ambrose J. wrote: > > Hi All: > > I’m working on a wxPython GUI that uses matplotlib. > > This program reads “chunks” of a data file into a numpy array and

Re: [Matplotlib-users] x axis & imshow...

2009-02-13 Thread Ryan May
On Fri, Feb 13, 2009 at 12:01 PM, Lewis, Ambrose J. < [email protected]> wrote: > Hi All: > > I'm working on a wxPython GUI that uses matplotlib. > > This program reads "chunks" of a data file into a numpy array and than > plots it using imshow. > > The first chunk works great. But, when