Revision: 7906
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7906&view=rev
Author: leejjoon
Date: 2009-10-25 19:30:43 +0000 (Sun, 25 Oct 2009)
Log Message:
-----------
axes_divider.py : fix a bug that axes has a wrong size when pack_start is True.
Modified Paths:
--------------
branches/v0_99_maint/lib/mpl_toolkits/axes_grid/axes_divider.py
Modified: branches/v0_99_maint/lib/mpl_toolkits/axes_grid/axes_divider.py
===================================================================
--- branches/v0_99_maint/lib/mpl_toolkits/axes_grid/axes_divider.py
2009-10-23 17:44:29 UTC (rev 7905)
+++ branches/v0_99_maint/lib/mpl_toolkits/axes_grid/axes_divider.py
2009-10-25 19:30:43 UTC (rev 7906)
@@ -441,7 +441,7 @@
fraction_ref=self._xref)
if pack_start:
- self._horizontal.insert(0, pad)
+ self._horizontal.insert(0, size)
self._xrefindex += 1
locator = self.new_locator(nx=0, ny=0)
else:
@@ -489,7 +489,7 @@
fraction_ref=self._yref)
if pack_start:
- self._vertical.insert(0, pad)
+ self._vertical.insert(0, size)
self._yrefindex += 1
locator = self.new_locator(nx=0, ny=0)
else:
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins