Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Description
Documentation Link
https://matplotlib.org/stable/users/explain/interactive_guide.html#input-hook-integration
Problem
There is a sentence:
If you want the GUI to be responsive during long running code it is necessary to periodically flush the GUI event queue as describedabove.
However, if you click the link, it takes you further down the page. Yes this is a docs nit, but for a half second the "above" being incorrect made me question if I'd enough coffee yet.
Suggested improvement
If you want the GUI to be responsive during long running code it is necessary to periodically flush the GUI event queue as described in theexplicit event loop control section.
I think using words like "above" and "below" are brittle and likely to become stale.