JuliaPlots / PlotlyJS.jl

Julia library for plotting with plotly.js
Other
413 stars 77 forks source link

Blank Plot when plotting in browser with VSCode setting "Julia: Use Plot Pane" unchecked #467

Open captchanjack opened 1 year ago

captchanjack commented 1 year ago

Describe the bug Blank Plot when plotting in browser with VSCode setting "Julia: Use Plot Pane" unchecked

simple scatter plot with:

plt = PlotlyJS.Plot(...)

Couple days ago it was working. It will open a browser window and open a .html file stored in a temp folder. Now it's showing blank plot. Any idea what is happening?

Note: VSCode setting "Julia: Use Plot Pane" checked - it will plot inside VSCode app just fine

Version info PlotlyJS.jl v0.18.10 Julia v1.9