On Wednesday 15 August 2007 05:05:51 pm you wrote:
> Darren Dale wrote:
> > I'm doing something along the lines of:
> >
> > create an initial image with imshow
> > add a colorbar
> > update the image using the image's set_data method
> >
> > Occassionally, the extents of the image will change. How
On Wednesday 15 August 2007 04:28:19 pm Darren Dale wrote:
> Also, does aspect='equal' work with the object oriented interface?
short answer: yes, if you expect it to do what its supposed to do.
-
This SF.net email is sponsor
I'm doing something along the lines of:
create an initial image with imshow
add a colorbar
update the image using the image's set_data method
Occassionally, the extents of the image will change. How do I handle that? The
only place I can find to set the extents is in the call to imshow. The
res