Yes, adding PyCall works. It improves the PyPlot's load time from 13 sec to 
8 sec. Thanks!

On Thursday, October 2, 2014 4:02:19 PM UTC-4, Steven G. Johnson wrote:
>
> I don't know whether PyPlot in its current form can be added to the system 
> image, because some runtime initialization occurs when you load the module. 
>  Probably I should move that into an init function.
>
> However, PyCall should work, because that does all of its libpython 
> runtime detection stuff in a separate initialization function.  Have you 
> tried adding just PyCall to the system image?  That should speed up PyPlot 
> loading.
>

Reply via email to