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
Trying to add a label to geometryobject (polyarea in this cade) isn't supported with the viz function.
It results in the following error:
ERROR: `legendelements` returned an empty list for content element of type MakieCore.Combined{Meshes.viz, Tuple{GeometrySet{2, Float64, PolyArea{2, Float64, Ring{2, Float64, CircularArrays.CircularVector{Point2, Vector{Point2}}}}}}}. That could mean that neither this object nor any possible child objects had a method for `legendelements` defined that returned a non-empty result.
I know it isn't supported from the documentation, but it's a seems like a useful feature I'd like to ask for :)
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Thanks for the feature request @BloodWorkXGaming. If you can find the underlying Makie call in our recipes where this options should be inserted, that will help us speed up the impementation. Feel free to submit a PR as well.
Hello :)
Trying to add a label to geometryobject (polyarea in this cade) isn't supported with the viz function.
It results in the following error:
I know it isn't supported from the documentation, but it's a seems like a useful feature I'd like to ask for :)
Thanks in advance!
The text was updated successfully, but these errors were encountered: