JunoLab / Juno.jl

MIT License
144 stars 23 forks source link

Add Function to "Forget All Plots" Programmatically #581

Open nathanrboyer opened 4 years ago

nathanrboyer commented 4 years ago

It would be convenient to have a way to clear the plot plane from within a script and the REPL. I would put the function at the top of scripts which generate multiple plots so that I don't get confused by old figures and can iterate quickly. I could also see using the function in the REPL so that keyboard focus could remain there for efficiency.