Custom type recipe doesn't work on Vector{Custom}
, as plottype defaults to Scatter
#4644
Labels
Vector{Custom}
, as plottype defaults to Scatter
#4644
The workaround is to define
Makie.plottype(::Vector{Foo}) = Plot{plot}
.The text was updated successfully, but these errors were encountered: