Merge pull request #1030 from mkborregaard/pyplot-in-ijulia

Turn off gui for pyplot in ijulia
This commit is contained in:
Michael Krabbe Borregaard 2017-08-25 08:47:24 +02:00 committed by GitHub
commit 1fc2c511af

View File

@ -278,6 +278,7 @@ using Requires
show(io, MIME("text/html"), plt)
end
ENV["MPLBACKEND"] = "Agg"
set_ijulia_output("text/html")
end
end