Re: [matplotlib-devel] imshow: set_extent

2007-08-16 Thread Darren Dale
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

Re: [matplotlib-devel] imshow: set_extent

2007-08-15 Thread Darren Dale
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

[matplotlib-devel] imshow: set_extent

2007-08-15 Thread Darren Dale
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