Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584bf3e commit e87cb47Copy full SHA for e87cb47
1 file changed
lib/matplotlib/rcsetup.py
@@ -1421,7 +1421,7 @@ def _validate_linestyle(ls):
1421
'keymap.xscale': [['k', 'L'], validate_stringlist],
1422
'keymap.all_axes': [['a'], validate_stringlist],
1423
'keymap.help': [['f1'], validate_stringlist],
1424
- 'keymap.copy': [('ctrl+c', 'cmd+c'), validate_stringlist],
+ 'keymap.copy': [['ctrl+c', 'cmd+c'], validate_stringlist],
1425
1426
# sample data
1427
'examples.directory': ['', validate_string],
0 commit comments