Hi All,

I am trying to understand exactly what the -pylab option does when I  
launch ipython -pylab - thought some folks here might know.

For example, after executing

ipython -pylab

I can type either

a = np.array([1.,10.])

OR

b = array([1.,10.])

are these both numpy arrays?  And clearly, there has been an "import  
numpy as np" from the -pylab option.

Also, how is scipy imported?  Just "form scipy import *" or something  
similar to numpy?

I haven't been able to find this info online or in documents yet.


Thanks,

Andre

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to