Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close all plot windows of a blocking show() on Ctrl+C
Addresses the Qt part of matplotlib#23385. It appears that `qapp.quit()` does not automatically close the windows of the app. We therefore do it explicitly. A unit test for this would be quite complex. Test this by hand by Ctrl+C in an interactive shell.
- Loading branch information