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.
2 parents 862e4a4 + ef7b55a commit 705678eCopy full SHA for 705678e
1 file changed
lib/matplotlib/backends/qt_editor/figureoptions.py
@@ -33,9 +33,11 @@ def get_icon(name):
33
'None': 'None',
34
}
35
36
-DRAWSTYLES = {'default': 'Default',
37
- 'steps': 'Steps',
38
- }
+DRAWSTYLES = {
+ 'default': 'Default',
+ 'steps-pre': 'Steps (Pre)', 'steps': 'Steps (Pre)',
39
+ 'steps-mid': 'Steps (Mid)',
40
+ 'steps-post': 'Steps (Post)'}
41
42
MARKERS = markers.MarkerStyle.markers
43
0 commit comments