|
From: <lee...@us...> - 2010-12-29 03:00:42
|
Revision: 8848
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8848&view=rev
Author: leejjoon
Date: 2010-12-29 03:00:36 +0000 (Wed, 29 Dec 2010)
Log Message:
-----------
fix Text.get_font_properties
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/text.py
Modified: trunk/matplotlib/lib/matplotlib/text.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/text.py 2010-12-29 02:54:58 UTC (rev 8847)
+++ trunk/matplotlib/lib/matplotlib/text.py 2010-12-29 03:00:36 UTC (rev 8848)
@@ -603,7 +603,7 @@
def get_font_properties(self):
'alias for get_fontproperties'
- return self.get_fontproperties
+ return self.get_fontproperties()
def get_family(self):
"Return the list of font families used for font lookup"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|