Skip to content

Commit

Permalink
Update docstring in examples/scene/lasso.py
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed May 18, 2023
1 parent 42b8626 commit 6cc072d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/scene/lasso.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
view.add(scatter)

def points_in_polygon(polygon, pts):
"""
Get boolean mask of points in a polygon reusing matplotlib implementation.
"""Get boolean mask of points in a polygon reusing matplotlib implementation.
The fallback code is based from StackOverflow answer by ``Ta946`` in this question:
https://stackoverflow.com/questions/36399381/whats-the-fastest-way-of-checking-if-a-point-is-inside-a-polygon-in-python
Expand Down

0 comments on commit 6cc072d

Please sign in to comment.