From: <ef...@us...> - 2008-12-15 06:23:33
|
Revision: 6606 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6606&view=rev Author: efiring Date: 2008-12-15 06:23:25 +0000 (Mon, 15 Dec 2008) Log Message: ----------- Add orientation kwarg to docstring Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/colorbar.py Modified: trunk/matplotlib/lib/matplotlib/colorbar.py =================================================================== --- trunk/matplotlib/lib/matplotlib/colorbar.py 2008-12-15 03:22:17 UTC (rev 6605) +++ trunk/matplotlib/lib/matplotlib/colorbar.py 2008-12-15 06:23:25 UTC (rev 6606) @@ -32,15 +32,16 @@ make_axes_kw_doc = ''' - ========== ==================================================== - Property Description - ========== ==================================================== - *fraction* 0.15; fraction of original axes to use for colorbar - *pad* 0.05 if vertical, 0.15 if horizontal; fraction - of original axes between colorbar and new image axes - *shrink* 1.0; fraction by which to shrink the colorbar - *aspect* 20; ratio of long to short dimensions - ========== ==================================================== + ============= ==================================================== + Property Description + ============= ==================================================== + *orientation* vertical or horizontal + *fraction* 0.15; fraction of original axes to use for colorbar + *pad* 0.05 if vertical, 0.15 if horizontal; fraction + of original axes between colorbar and new image axes + *shrink* 1.0; fraction by which to shrink the colorbar + *aspect* 20; ratio of long to short dimensions + ============= ==================================================== ''' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |