Re: [Matplotlib-users] Changing axis units, with imshow()

2009-04-09 Thread Andrew Straw
Ciarán Mooney wrote: > Hi, > > I am trying to plot an image with matplotlib and change the default axis > units. > > Using the cookbook recipe (import image with PIL, and use imshow() ). > I am able to get matplotlib to display the image, but the axis are > just the x and y pixel numbers. > > I'd

[Matplotlib-users] Changing axis units, with imshow()

2009-04-09 Thread Ciarán Mooney
Hi, I am trying to plot an image with matplotlib and change the default axis units. Using the cookbook recipe (import image with PIL, and use imshow() ). I am able to get matplotlib to display the image, but the axis are just the x and y pixel numbers. I'd like to convert them to something else.