Re: [matplotlib-devel] Bug with setp and clim

2007-01-26 Thread John Hunter
> "David" == David Huard <[EMAIL PROTECTED]> writes: David> Hi, unles I'm doing something stupid, setp is buggy. David> I'm creating a bunch of images using imshow and I want the David> colormap to be consistent among images. So once they're all David> drawn, I want to uniform

[matplotlib-devel] Bug with setp and clim

2007-01-26 Thread David Huard
Hi, unles I'm doing something stupid, setp is buggy. I'm creating a bunch of images using imshow and I want the colormap to be consistent among images. So once they're all drawn, I want to uniformize the color scale. But setp(ax.images, clim= [0,1]) does not work because it sets vmin to [0,1]