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.

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to