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

Skip to content

Commit 0f81280

Browse files
committed
fix alt kwarg for set_mfc
svn path=/trunk/matplotlib/; revision=8168
1 parent 43f8a74 commit 0f81280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/lines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@ def set_mew(self, val):
15861586

15871587
def set_mfc(self, val):
15881588
'alias for set_markerfacecolor'
1589-
self.set_markerfacecolor(val, alt=alt)
1589+
self.set_markerfacecolor(val)
15901590

15911591
def set_mfcalt(self, val):
15921592
'alias for set_markerfacecoloralt'

0 commit comments

Comments
 (0)