|
From: <jd...@us...> - 2010-05-19 17:23:35
|
Revision: 8324
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8324&view=rev
Author: jdh2358
Date: 2010-05-19 17:23:29 +0000 (Wed, 19 May 2010)
Log Message:
-----------
added get_children offsetTex patch; closes sf 3001208
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/axis.py
Modified: trunk/matplotlib/lib/matplotlib/axis.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/axis.py 2010-05-19 00:32:37 UTC (rev 8323)
+++ trunk/matplotlib/lib/matplotlib/axis.py 2010-05-19 17:23:29 UTC (rev 8324)
@@ -594,7 +594,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.
|