Add more packages to PyPlot string

This commit is contained in:
Michael Krabbe Borregaard 2018-08-14 23:28:18 +02:00
parent 07a6700ab6
commit befb14682d

View File

@ -400,7 +400,10 @@ function add_backend_string(::PyPlotBackend)
""" """
using Pkg using Pkg
Pkg.add("PyPlot") Pkg.add("PyPlot")
Pkg.add("PyCall")
Pkg.add("LaTeXStrings")
withenv("PYTHON" => "") do withenv("PYTHON" => "") do
Pkg.build("PyCall")
Pkg.build("PyPlot") Pkg.build("PyPlot")
end end
""" """