selector.verts = [(0.1, 0.4), (0.5, 0.9), (0.3, 0.2)] selector2 = PolygonSelector(ax2, lambda *args: None) print("Click on the figure to create a polygon.") print ...
Interactively selecting data points with the lasso tool. This examples plots a scatter plot. You can then select a few points by drawing a lasso loop around the points on the graph. To draw, just ...