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
Actually, more like polygons or squishy blobs that are the convex hull of a collection of points. This would facilitate analyzing clusters, both in graphs and scatterplots.
Implement a polygon mark type. Abusing the plot mark type doesn't make sense because plots are open and polygons are closed. Also, having multiple series doesn't make sense for polygons.
Should it be just straight lines, or splines, or ???
Provide functionality to create a polygon mark using a collection of points and a boundary distance.
It would be nice if the boundary distance could be constant in canvas space instead of domain space.
The text was updated successfully, but these errors were encountered:
Actually, more like polygons or squishy blobs that are the convex hull of a collection of points. This would facilitate analyzing clusters, both in graphs and scatterplots.
The text was updated successfully, but these errors were encountered: