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.
