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

Skip to content

Commit 93e2efd

Browse files
committed
restore 'None' (a string) as a valid marker style (draw nothing)
1 parent 430788e commit 93e2efd

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)