Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for general polygons. #32

Open
4 tasks
tshead2 opened this issue Jan 28, 2015 · 0 comments
Open
4 tasks

Add support for general polygons. #32

tshead2 opened this issue Jan 28, 2015 · 0 comments

Comments

@tshead2
Copy link
Member

tshead2 commented Jan 28, 2015

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 tshead2 self-assigned this Mar 17, 2015
@tshead2 tshead2 changed the title Need to have an ability to add ellipses to a figure ... Add support for general polygons. Jun 23, 2015
@tshead2 tshead2 removed their assignment Jul 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant