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

Skip to content

Commit 218d726

Browse files
committed
fixed typo in Line2D.set_marker doc.
svn path=/trunk/matplotlib/; revision=6562
1 parent 2d9d934 commit 218d726

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/lines.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -651,9 +651,9 @@ def set_marker(self, marker):
651651
"""
652652
Set the line marker
653653
654-
========= ==========================
654+
========== ==========================
655655
marker description
656-
========= ==========================
656+
========== ==========================
657657
'.' point
658658
',' pixel
659659
'o' circle
@@ -687,7 +687,7 @@ def set_marker(self, marker):
687687
'None' nothing
688688
' ' nothing
689689
'' nothing
690-
========= ==========================
690+
========== ==========================
691691
692692
693693
ACCEPTS: [ '+' | '*' | ',' | '.' | '1' | '2' | '3' | '4'

0 commit comments

Comments
 (0)