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

Plots overwrite each other in IJulia

Open baggepinnen opened this issue 4 years ago • 1 comments

When using IJulia and plotting with Plotly as backend to plots, plots after the first one seem to overwrite the first plot rather than creating a new plot. Example

# Cell 1
plot(randn())
# Output a nice plot

# cell 2
plot(randn(10))
# no output, plot after cell 1 overwritten instead

Versioninfo Julia v1.3.0 Plotly v0.3.0

baggepinnen avatar Feb 27 '20 07:02 baggepinnen

That's odd!

Has anyone else seen this issue?

sglyon avatar Apr 07 '20 15:04 sglyon