Pluto.jl
Pluto.jl copied to clipboard
Multi-dimensional `StructArrays` are displayed as vectors.
I find it very confusing that that linear indexing is used and size information is hidden.
StructArrays implement the Tables.jl interface which has more priority than the matrix display. You could collect to a matrix in order to see the 2 dimensions.
Yet another case of overeager table display in Pluto, I guess... See also https://github.com/fonsp/Pluto.jl/issues/2417.