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
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.