Turn off gui for pyplot in ijulia

This commit is contained in:
Michael K. Borregaard 2017-08-21 10:19:47 +02:00
parent c76855698e
commit 25774ee4c3

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