diff --git a/lib/matplotlib/backends/qt_editor/figureoptions.py b/lib/matplotlib/backends/qt_editor/figureoptions.py index 9285257ed2ba..0cc3ec3f5354 100644 --- a/lib/matplotlib/backends/qt_editor/figureoptions.py +++ b/lib/matplotlib/backends/qt_editor/figureoptions.py @@ -30,7 +30,7 @@ def get_icon(name): '--': 'Dashed', '-.': 'DashDot', ':': 'Dotted', - 'none': 'None', + 'None': 'None', } DRAWSTYLES = {'default': 'Default',