PlotlyJS.jl icon indicating copy to clipboard operation
PlotlyJS.jl copied to clipboard

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

Open captchanjack opened this issue 2 years ago • 0 comments

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

captchanjack avatar Jun 21 '23 04:06 captchanjack