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

Implementation with Scipy ConvexHull #60

Open
zimshady opened this issue Jan 24, 2017 · 1 comment
Open

Implementation with Scipy ConvexHull #60

zimshady opened this issue Jan 24, 2017 · 1 comment

Comments

@zimshady
Copy link

I am trying to place a bounding polygon/surface around my plotted data points. I have tried to implement this using ConvexHull from the scipy package but I am running into trouble. Any ideas or suggestions for implementing something like this? I have found a simple example below (assume that the polygons form around the outermost data points for each dataset.
image

@marcharper
Copy link
Owner

marcharper commented Jan 25, 2017

My advice would be to determine the points of the polygon, project them with ternary, and then use matplotlib to draw the polygon directly on the ternary figure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants