Revision: 4602
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4602&view=rev
Author: mdboom
Date: 2007-12-04 13:30:06 -0800 (Tue, 04 Dec 2007)
Log Message:
-----------
Bugfix.
Modified Paths:
--------------
branches/transforms/lib/matplotlib/axis.py
Modified: branches/transforms/lib/matplotlib/axis.py
===================================================================
--- branches/transforms/lib/matplotlib/axis.py 2007-12-04 20:56:05 UTC (rev
4601)
+++ branches/transforms/lib/matplotlib/axis.py 2007-12-04 21:30:06 UTC (rev
4602)
@@ -1125,7 +1125,7 @@
if not len(bboxes2):
top = self.axes.bbox.ymax
else:
- bbox = bbox_union(bboxes2)
+ bbox = Bbox.union(bboxes2)
top = bbox.y1
self.label.set_position( (x, top+self.LABELPAD*self.figure.dpi /
72.0))
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins