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.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to