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

Skip to content

Commit 73c1553

Browse files
committed
fix Text.get_font_properties
svn path=/trunk/matplotlib/; revision=8848
1 parent 4cb4655 commit 73c1553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ def get_fontproperties(self):
603603

604604
def get_font_properties(self):
605605
'alias for get_fontproperties'
606-
return self.get_fontproperties
606+
return self.get_fontproperties()
607607

608608
def get_family(self):
609609
"Return the list of font families used for font lookup"

0 commit comments

Comments
 (0)