Open
Description
What is the benefit of them being AbstractVectors?
In AlgebraOfGraphics we would like to support all shapes that are plottable. We would like to just implement methods for AbstractGeometry. Instead we have to define methods for Multi* types separately.
MakieOrg/AlgebraOfGraphics.jl#80
related to #70