@time begin
using PlotlyJS
plot(scatter(x=[1,2,3], y=[1,2,3]), Layout())
end
takes 6.5 sec (on my desktop) and works on JuliaBox.
Edit: Whoops – I misread the original question and thought it was using Plots.jl.
@time begin
using PlotlyJS
plot(scatter(x=[1,2,3], y=[1,2,3]), Layout())
end
takes 6.5 sec (on my desktop) and works on JuliaBox.
Edit: Whoops – I misread the original question and thought it was using Plots.jl.