Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gadfly fails to render into Juno Plot Pane after cleaning workspace #1068

Closed
richarddong opened this issue Dec 19, 2017 · 1 comment
Closed

Comments

@richarddong
Copy link

richarddong commented Dec 19, 2017

# clean Juno(Atom+Julia) startup
using Gadfly
plot(x=rand(10), y=rand(10)) # this renders into Juno Plot Pane
workspace()
using Gadfly
plot(x=rand(10), y=rand(10)) # this does NOT render into Juno Plot Pane

Only killing and restarting Julia will bring plotting in Juno back again.

@bjarthur
Copy link
Member

workspace is deprecated in 0.7. checkout Revise.jl instead. see JuliaLang/julia#25046

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants