-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I was just testing out the examples from the docs and figured I would put some quick findings here while running on a Mac.
- Documentation: Change
subplot_moduletosubplot_mosaicin a couple of places in the code samples qt5agg: mg.show() does not exit after closing both figures, the event loop keeps runningmacosx: mg.show() closing one figure closes all of the figures, as if the closeWindow gets sent to every figure, not just the one clicked.tkagg: In the secondfr.show()call in the examples I get this error:_tkinter.TclError: can't invoke "wm" command: application has been destroyed(macosx seems to get through this and the qt5agg I don't think ever even gets here due to the event loop not quiting after the first show() as mentioned above)
Metadata
Metadata
Assignees
Labels
No labels