Add more packages to PyPlot string
This commit is contained in:
parent
07a6700ab6
commit
befb14682d
@ -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
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user