Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a1c024

Browse files
committed
added get_children offsetTex patch; closes sf 3001208
svn path=/trunk/matplotlib/; revision=8324
1 parent 2599a0e commit 7a1c024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ def limit_range_for_scale(self, vmin, vmax):
594594
return self._scale.limit_range_for_scale(vmin, vmax, self.get_minpos())
595595

596596
def get_children(self):
597-
children = [self.label]
597+
children = [self.label, self.offsetText]
598598
majorticks = self.get_major_ticks()
599599
minorticks = self.get_minor_ticks()
600600

0 commit comments

Comments
 (0)