Dylan Marques
Dylan Marques
I have not found much documentation about expand_dimension, other than: ```julia help> Makie.expand_dimension Expands the dims for e.g. scatter(1:4) becoming scatter(1:4, 1:4) for 2D plots. We're separating this state from...
`series!` would require a axis. `series` creates an axis in `fig[1,2]` As far as I am aware, the code I posted above is equivalent to: ```julia using DimensionalData, CairoMakie dimarray...
It seems it worked fine on 0.29.18 because the output of `convert_arguments` was defined as: ```julia return xs, ys, last(Makie.convert_arguments(P, z)) ``` while for 0.29.19, it is defined as: ```julia...