> 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
>
> Hi,
>
> Look in IPython/Shell.py to see how pylab option is being evaluated.  
> And similarly in matplotlib/lib/matplotlib/pylab.py
>
> Also in your ipythonrc file you can unset pylab_import_all option to  
> have a clearer namespace (i.e. the contents of pylab.py will not be  
> explicitly loaded.)
>
> And yes those are the same NumPy arrays. You can always check this  
> by "type" builtin.

Thanks!


Andre







>
> -- 
> Gökhan


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