Closed
Description
Documentation Link
https://matplotlib.org/stable/users/explain/event_handling.html#event-connections
Problem
The table describing what key presses and modifiers are doing is put into a .. note:
context and therefore it is completely cut off on the right hand side (there is another column missing). There are some differences depending on screen width with how much of the table is shown.
Suggested improvement
There are at least a few options:
- Add css or some other way to handle a horizontal scrollable table.
- Remove the
.. note:
and switch to a sub-section header? Note that even with this, the scroll wheel is all the way at the bottom of the page and confusing that it is scrollable. (Is there a way to make only a section have a horizontal scroll bar?) - Split the table up into multiple tables.