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
When I use this example: https://matplotlib.org/3.1.3/gallery/widgets/polygon_selector_demo.html and want to use blitting (see line below), the selection polygon dissapears when polygon is finalized.
self.poly = PolygonSelector(ax, self.onselect, useblit=True)
**Matplotlib version: 3.1.2 **
The text was updated successfully, but these errors were encountered:
Possibly somewhat related to #17476, @anntzer?
Sorry, something went wrong.
Probably the same kind of problem, but active is not getting toggled and it's not immediately obvious to me where the background update is missing.
active
This is also fixed by #17480.
No branches or pull requests
When I use this example: https://matplotlib.org/3.1.3/gallery/widgets/polygon_selector_demo.html
and want to use blitting (see line below), the selection polygon dissapears when polygon is finalized.
**Matplotlib version: 3.1.2 **
The text was updated successfully, but these errors were encountered: