add PyPlot.ioff to init; closes #229
This commit is contained in:
parent
44d1cdc2b2
commit
85f7acf9d5
@ -68,6 +68,8 @@ function _initialize_backend(::PyPlotBackend)
|
|||||||
const pynp = PyPlot.pywrap(PyPlot.pyimport("numpy"))
|
const pynp = PyPlot.pywrap(PyPlot.pyimport("numpy"))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
PyPlot.ioff()
|
||||||
|
|
||||||
if !isa(Base.Multimedia.displays[end], Base.REPL.REPLDisplay)
|
if !isa(Base.Multimedia.displays[end], Base.REPL.REPLDisplay)
|
||||||
PyPlot.ioff() # stops wierd behavior of displaying incomplete graphs in IJulia
|
PyPlot.ioff() # stops wierd behavior of displaying incomplete graphs in IJulia
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user