You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when I am trying to plot a DimArray with an Union{Missing, Float32} eltype.
The heatmap call works as expected when I make the eltype of a Float32.
The heatmap of a with missing works in Makie so it would be nice to have this also working for the wrapped array.
This is on the current master of DimensionalData and GLMakie version 0.8.10
I get the following error when I am trying to plot a DimArray with an Union{Missing, Float32} eltype.
The heatmap call works as expected when I make the eltype of a Float32.
The heatmap of a with missing works in Makie so it would be nice to have this also working for the wrapped array.
This is on the current master of DimensionalData and GLMakie version 0.8.10
The text was updated successfully, but these errors were encountered: