Skip to content

Plots overwrite each other in IJulia #49

@baggepinnen

Description

@baggepinnen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions