>>>>> "Samuel" == Samuel GARCIA <[EMAIL PROTECTED]> writes:

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

    Samuel> 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)

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to