toyplot icon indicating copy to clipboard operation
toyplot copied to clipboard

Add support for general polygons.

Open tshead2 opened this issue 10 years ago • 0 comments

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.

tshead2 avatar Jan 28 '15 18:01 tshead2