This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| """ | |
| Plot the convex hull around a set of points as a | |
| shaded polygon. | |
| @author: Nicolas Guarin Zapata | |
| @date: October 15, 2014 | |
| """ | |
| import numpy as np | |
| from scipy.spatial import ConvexHull |