Merge pull request #1656 from mkborregaard/pyplot

Add more packages to PyPlot string
This commit is contained in:
Michael Krabbe Borregaard 2018-08-14 23:53:03 +02:00 committed by GitHub
commit 1f9468e029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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