fred wrote:
> Hi,
> 
> How can I get the list of the available interpolation functions
> used by imshow() ?
> 
> TIA.
> 
> Cheers,
> 

ipython -pylab
imshow?


or

ipython
import pylab
pylab.imshow?

or

python
import pylab
help(pylab.imshow)

Eric

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to