Re: [Matplotlib-users] Updating vmin and vmax in imshow
> image.set_clim(vmin=10) This works great - thanks! Thomas -- ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/list
Re: [Matplotlib-users] Updating vmin and vmax in imshow
Thomas Robitaille wrote: > Hello, > > I am plotting a numpy array with > > image = imshow(array,vmin=0,vmax=100) > > If I want to change the array, I can then do > > image.set_data(new_array) > > and I can also update the colormap, etc. But I can't find any options > to update the vmin and v