-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[Bug]: Configure subplots dialog freezes for TkAgg with toolmanager #22092
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
Comments
I can confirm this bug and also it seems have been introduced between 3.3.4 and 3.4.0rc1. |
Similar situation, different pathway: if you copy the slider example but let both of the sliders go out of scope, the sliders will stop working. If either of the sliders is kept in scope, both sliders will continue to function. |
That's unrelated; all widgets must be kept in scope to remain functional. It says so on every widget. |
It seems to be working for me; maybe fixed by one of your recent PRs, @richardsheridan? Or perhaps it is Windows only? |
Hmm, okay then, I think we can close this. |
Bug summary
When using the
toolmanager
toolbar with the Tk backend the "Configure subplots" dialog works at first but then freezes.Code for reproduction
Actual outcome
Open the dialog and move some sliders - after a short while the dialog freezes.
Expected outcome
Dialog should not freeze.
Additional information
It works fine without the toolmanager.
Operating system
Windows
Matplotlib Version
3.5.1
Matplotlib Backend
TkAgg
Python version
3.8.2
Jupyter version
Installation
pip
The text was updated successfully, but these errors were encountered: