-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
PlotlyJS (as a Plots.jl backend) now fails in Juno (Atom) on Ubuntu 16.04 #142
Comments
Will you please post the result of |
@sglyon Sure:
|
It looks like a problem with gtk.jl. Can you try
If that doesn't work it might be worthwhile to post an issue over there, but let's see what we can do here first. |
Nothing changed... |
What happens when you try to do
In a fresh Julia session? |
It works fine in the REPL, but returns
if I do the same in Juno. So yes, I guess this is an issue for Gtk.jl, or maybe Juno... |
Yeah, I'm afraid this is outside the scope of PlotlyJS.jl. I'd probably start with asking people over at Gtk.jl. That being said, if you still want to use PlotlyJS.jl inside Juno while you wait for this to be resolved you can change this line from @static if isinstalled("Cairo") && isinstalled("Rsvg") to @static if false This will disable saving png, pdf, or eps -- but will not cause Gtk/Cairo/Rsvg to be loaded. |
I opened an issue over at Gtk.jl, so let's see... Great! The (temporary) workaround solved the problem inside Juno (which was the main issue for me). Now I can go back to making nice, interactive 3D plots! Thank you very much for your help! |
In the REPL, running
works fine. The same was the case a few days ago in Juno. However, now I get the following error message when I try to switch to the
plotlyjs()
backend:Any idea of what's going on / how to fix this?
The text was updated successfully, but these errors were encountered: