Merge pull request #1656 from mkborregaard/pyplot
Add more packages to PyPlot string
This commit is contained in:
commit
1f9468e029
@ -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
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user