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 b2b37fb commit f7aa7b3Copy full SHA for f7aa7b3
lib/matplotlib/backends/qt_editor/figureoptions.py
@@ -29,7 +29,7 @@ def get_icon(name):
29
'--': 'Dashed',
30
'-.': 'DashDot',
31
':': 'Dotted',
32
- 'none': 'None',
+ 'None': 'None',
33
}
34
35
DRAWSTYLES = {'default': 'Default',
0 commit comments