-
Notifications
You must be signed in to change notification settings - Fork 50
plotlyjs() throws and error #440
Comments
Cc @spencerlyon2 |
What happens when you try updating PlotlyJS to version 0.3.3 before trying to plot? |
I still get errors (cut and pasted below). ERROR: LoadError: UndefVarError: Colors not defined LoadError: Failed to precompile Plots to /home/juser/.julia/lib/v0.4/Plots.ji in error at ./error.jl:21 On 25 August 2016 at 11:52, Spencer Lyon [email protected] wrote:
|
PlotlyJS.jl version 0.3.2 will not load in the notebook. So, if you have 0.3.1 or 0.3.3 you should be good to go. It looks like the current issue is that the Colors.jl package isn't installed? |
Hm. Will retry by loading Plots first, that should load Colors. As I say, although the info says 0.3.2, Pkg.status() suggests that is incorrect. |
works now ... thanks! |
Awesome, thanks for reporting back! |
Sure, thanks for all the work! |
It sounds like the plotly.js javascript library isn't getting reloaded when you reopen the notebook. That doesn't happen for me locally. I'm not sure why it would be happening within Juliabox |
From my point of view, it is not serious enough to open an issue. Thanks again! |
Reopening it here until we figure out a reliable fix for JuliaBox. |
The following code fails in JuliaBox (even after updating, see screenshot)
using Plots
pyplot()
plotlyjs()
x = collect(1:5)
scatter(x,x)
The text was updated successfully, but these errors were encountered: