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

Use matplotlib's built-in lasso #1

Open
deeplycloudy opened this issue Oct 25, 2013 · 2 comments
Open

Use matplotlib's built-in lasso #1

deeplycloudy opened this issue Oct 25, 2013 · 2 comments

Comments

@deeplycloudy
Copy link
Owner

Matplotlib 1.3, perhaps earlier, has a lasso widget instead of the manually-defined version in support.matplotlib.poly_lasso.

See updated lasso demo in
https://github.com/matplotlib/matplotlib/blob/master/examples/event_handling/lasso_demo.py

@deeplycloudy
Copy link
Owner Author

This might be too slow since it uses draw_idle instead of blit.

@deeplycloudy
Copy link
Owner Author

See also https://github.com/jdoepfert/roipoly.py, which has a focus on image ROIs and may not be as generic

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