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

Skip to content

Commit e9a1fe5

Browse files
committed
Add orientation kwarg to docstring
svn path=/trunk/matplotlib/; revision=6606
1 parent 84dc3cd commit e9a1fe5

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

lib/matplotlib/colorbar.py

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,16 @@
3232

3333
make_axes_kw_doc = '''
3434
35-
========== ====================================================
36-
Property Description
37-
========== ====================================================
38-
*fraction* 0.15; fraction of original axes to use for colorbar
39-
*pad* 0.05 if vertical, 0.15 if horizontal; fraction
40-
of original axes between colorbar and new image axes
41-
*shrink* 1.0; fraction by which to shrink the colorbar
42-
*aspect* 20; ratio of long to short dimensions
43-
========== ====================================================
35+
============= ====================================================
36+
Property Description
37+
============= ====================================================
38+
*orientation* vertical or horizontal
39+
*fraction* 0.15; fraction of original axes to use for colorbar
40+
*pad* 0.05 if vertical, 0.15 if horizontal; fraction
41+
of original axes between colorbar and new image axes
42+
*shrink* 1.0; fraction by which to shrink the colorbar
43+
*aspect* 20; ratio of long to short dimensions
44+
============= ====================================================
4445
4546
'''
4647

0 commit comments

Comments
 (0)