[julia-users] Trick to use plotlyjs in Atom

2016-10-08 Thread Giuseppe Ragusa
i think in the last versions of Atom the plot will show in the plot pane 
without the need of tricks.

[julia-users] Trick to use plotlyjs in Atom

2016-10-07 Thread romain dupont
Hi,

I woul dlike to share the following trick to use plotlyjs in Atom:

using Plots
plotlyjs()

plot(rand(10))
gui()


Cheers