You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
Blank Plot when plotting in browser with VSCode setting "Julia: Use Plot Pane" unchecked
simple scatter plot with:
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
The text was updated successfully, but these errors were encountered: