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
+3
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
"""