10000 Change default keymap in toolmanager example. · matplotlib/matplotlib@ea42841 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea42841

Browse files
committed
Change default keymap in toolmanager example.
"G" is already used for "grid_minor" so the change saves a warning and a keymap collision.
1 parent 48b6327 commit ea42841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/user_interfaces/toolmanager_sgskip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def trigger(self, *args, **kwargs):
4646

4747
class GroupHideTool(ToolToggleBase):
4848
"""Show lines with a given gid."""
49-
default_keymap = 'G'
49+
default_keymap = 'S'
5050
description = 'Show by gid'
5151
default_toggled = True
5252

0 commit comments

Comments
 (0)
0