Revision: 8325
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8325&view=rev
Author:   jdh2358
Date:     2010-05-19 17:24:00 +0000 (Wed, 19 May 2010)

Log Message:
-----------
added get_children offsetTex patch; closes sf 3001208

Modified Paths:
--------------
    branches/v0_99_maint/lib/matplotlib/axis.py

Modified: branches/v0_99_maint/lib/matplotlib/axis.py
===================================================================
--- branches/v0_99_maint/lib/matplotlib/axis.py 2010-05-19 17:23:29 UTC (rev 
8324)
+++ branches/v0_99_maint/lib/matplotlib/axis.py 2010-05-19 17:24:00 UTC (rev 
8325)
@@ -591,7 +591,7 @@
         return self._scale.limit_range_for_scale(vmin, vmax, self.get_minpos())
 
     def get_children(self):
-        children = [self.label]
+        children = [self.label, self.offsetText]
         majorticks = self.get_major_ticks()
         minorticks = self.get_minor_ticks()
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------

_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to