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.
1 parent 2d9d934 commit 218d726Copy full SHA for 218d726
lib/matplotlib/lines.py
@@ -651,9 +651,9 @@ def set_marker(self, marker):
651
"""
652
Set the line marker
653
654
- ========= ==========================
+ ========== ==========================
655
marker description
656
657
'.' point
658
',' pixel
659
'o' circle
@@ -687,7 +687,7 @@ def set_marker(self, marker):
687
'None' nothing
688
' ' nothing
689
'' nothing
690
691
692
693
ACCEPTS: [ '+' | '*' | ',' | '.' | '1' | '2' | '3' | '4'
0 commit comments