Skip to content

Makie plot is displayed twice in IJulia #1053

@JamesWrigley

Description

@JamesWrigley

With this code:

using DimensionalData
using CairoMakie

x = rand(100);

Running lines(x) in a cell creates one plot as expected, but lines(DimArray(x, (X(),))) displays the plot twice:

Image

Not sure what could be going on there? 🤔 This is on Julia 1.12 RC1, DimensionalData 0.29.19, and CairoMakie 0.15.4.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions