Re: [Matplotlib-users] Axes other than pixels with imshow

2008-09-21 Thread Eric Firing
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

[Matplotlib-users] Axes other than pixels with imshow

2008-09-21 Thread G Jones
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 --