Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba4043a

Browse files
committed
Merge pull request #413 from leejjoon/set_marker_none
restore 'None' (a string) as a valid marker style (draw nothing)
2 parents 5bbaeee + 93e2efd commit ba4043a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/markers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class MarkerStyle:
9090
CARETRIGHT : 'caretright',
9191
CARETUP : 'caretup',
9292
CARETDOWN : 'caretdown',
93+
"None" : 'nothing',
9394
None : 'nothing',
9495
' ' : 'nothing',
9596
'' : 'nothing'

0 commit comments

Comments
 (0)