|
From: <ef...@us...> - 2008-06-20 05:23:26
|
Revision: 5605
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5605&view=rev
Author: efiring
Date: 2008-06-19 22:23:08 -0700 (Thu, 19 Jun 2008)
Log Message:
-----------
Merged revisions 5603 via svnmerge from
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_91_maint
........
r5603 | efiring | 2008-06-19 18:51:47 -1000 (Thu, 19 Jun 2008) | 2 lines
Make set_default_size set the variable actually being used elsewhere
........
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/font_manager.py
Property Changed:
----------------
trunk/matplotlib/
Property changes on: trunk/matplotlib
___________________________________________________________________
Name: svnmerge-integrated
- /branches/v0_91_maint:1-5573
+ /branches/v0_91_maint:1-5573,5603
Modified: trunk/matplotlib/lib/matplotlib/font_manager.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/font_manager.py 2008-06-20 04:53:28 UTC (rev 5604)
+++ trunk/matplotlib/lib/matplotlib/font_manager.py 2008-06-20 05:23:08 UTC (rev 5605)
@@ -925,7 +925,7 @@
def set_default_size(self, size):
"Set the default font size in points. The initial value is set by font.size in rc."
- self.__default_size = size
+ self.default_size = size
def update_fonts(self, filenames):
"""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|