G Jones wrote:
> Hello,
> Is it possible to label the axes of an imshow plot with something other
> than pixel number? I want to use imshow for speed, but also would like
> to be able to put arbitrary X and Y axes vectors on, as in pcolor(x,y,z)
> Thanks,
> Glenn
Using the extent kwarg, you can
Hello,
Is it possible to label the axes of an imshow plot with something other than
pixel number? I want to use imshow for speed, but also would like to be able
to put arbitrary X and Y axes vectors on, as in pcolor(x,y,z)
Thanks,
Glenn
--