We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
This might be too slow since it uses draw_idle instead of blit.
Sorry, something went wrong.
See also https://github.com/jdoepfert/roipoly.py, which has a focus on image ROIs and may not be as generic
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: