queryverse / ElectronDisplay.jl

An Electron.jl based figure and table display.
Other
85 stars 17 forks source link

Does not work with plotly #63

Closed baggepinnen closed 4 years ago

baggepinnen commented 4 years ago

If I plot using Plotly as backend to Plots.jl, I get a new, empty, electrondisplay each time I plot, nothing is shown.

julia> plotly()
[ Info: For saving to png with the Plotly backend ORCA has to be installed.
Plots.PlotlyBackend()

julia> using ElectronDisplay

julia> plot(randn(10))
davidanthoff commented 4 years ago

We just started adding proper plotly support, so I'm going to close this here because this should work once we tag a new release. Would be great if you could try it once we push a new version.

baggepinnen commented 4 years ago

I tried on ElectronDisplay#master and I still have the same behavior, nothing is shown and a new window is opened for each call to plot with plotly as backend

davidanthoff commented 4 years ago

Yeah, this is not on ElectronDisplay#master, it is on https://github.com/julia-vscode/plotgallery master. It will flow here soon :)