pylab quick reference? (matplotlib)

Esmail esmail.js at gmail.com
Wed Apr 22 15:22:21 EDT 2009


norseman wrote:
> 
> Just out of curiosity,  have you tried:
> 
> import pylab
> help(pylab)
> 
> The next step is to print it, 

Ah .. I didn't know this, great idea. This is what I used to get
the contents into a file for printing

  python -c 'import pylab;  help(pylab)' > pylab.txt

Thanks,
Esmail


> Steve
> 
> -- 
> http://mail.python.org/mailman/listinfo/python-list
> 




More information about the Python-list mailing list