Re: [Matplotlib-users] Tight axis after deletion of image

2009-04-22 Thread Armin Moser
Armin Moser schrieb: > Hi, > > i have an application showing some pseudo color plots as images using > imshow. After deleting an image and calling ax.axis('tight') the limits > of the axes are not updated correctly. Is this a bug, incorrect use or > intended? The behavior is demonstrated in the ap

[Matplotlib-users] Tight axis after deletion of image

2009-04-21 Thread Armin Moser
Hi, i have an application showing some pseudo color plots as images using imshow. After deleting an image and calling ax.axis('tight') the limits of the axes are not updated correctly. Is this a bug, incorrect use or intended? The behavior is demonstrated in the appended script. Best regards, Arm