I am trying to plot polygons in Makie.jl, using the poly function. The documentation for that function is quite terse, to say the least. Does anybody have an example on hand of plotting custom polygons, or unions of polygons, or polygons with holes?
(As a bonus question, is it possible to pass data to poly without using the GeometryBasics types? For various reasons, I would prefer avoiding this package if possible).