JuliaGizmos / Interact.jl

Interactive widgets to play with your Julia code
Other
520 stars 75 forks source link

Interactive plot in a fresh Juno session is empty and causes Atom to crash #321

Open yha opened 5 years ago

yha commented 5 years ago

In a fresh Juno session with the "standard layout", run the cell

using Interact, Plots
@manipulate for i=1:5
    plot(rand(i))
end

The plot pane fills with a black background. Switching to documentation pane and back to plot pane crashes Atom.