|
From: Eric F. <ef...@ha...> - 2007-07-19 17:50:56
|
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 |