Skip to content

Commit

Permalink
add ioff back
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith committed Aug 29, 2023
1 parent 30df46a commit 9ddf779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backends.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,8 @@ _post_imports(::PythonPlotBackend) = @eval begin

PythonCall.pyimport("mpl_toolkits.axes_grid1")
numpy.seterr(invalid = "ignore")

PythonPlot.ioff() # we don't want every command to update the figure
end
_runtime_init(::PythonPlotBackend) = nothing

Expand Down

0 comments on commit 9ddf779

Please sign in to comment.