Andrew Kelly wrote:
> Has anyone had any success in speeding up the mpl imports?
> 
> "import matplotlib.pyplot as plt" 
> ( or "from matplotlib.figure import Figure")
> 
> takes 6 full seconds to load.  That seems excessive.  Any ideas?

Unless you have a very old machine, it sounds like something is wrong.
On my laptop it is about 0.6 seconds. About 20% of that is for numpy.

Are mpl and numpy installed locally on your machine, as opposed to being 
accessed over a samba or nfs mount?

Eric


> 
> -Andy
> 

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