With this code: ```julia 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: <img width="690" height="693" alt="Image" src="https://github.com/user-attachments/assets/db67315f-a60e-416f-b110-7025ffaa22f0" /> Not sure what could be going on there? 🤔 This is on Julia 1.12 RC1, DimensionalData 0.29.19, and CairoMakie 0.15.4.