is there image.get_clim() ?

Hi all, there is a image.set_clim() but I can't find the

    > image.get_clim()

    > Any solution ?

I just committed get_clim to SVN, but in the meantime, you can access
with the image normalization instance, which is what clim is an
interface to anyhow:

In [5]: im = imshow(rand(10,10))

In [6]: im.norm.vmin, im.norm.vmax
Out[6]: (0.011246857233345509, 0.99705302715301514)

Thank you,

you are incredibly rapid to awnser a problem.

samuel

John Hunter wrote:

···

<sgarcia@…839…>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642Matplotlib-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/matplotlib-users