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

Skip to content

Commit 130e274

Browse files
committed
added figure api doc
svn path=/trunk/matplotlib/; revision=5589
1 parent ce9e7a0 commit 130e274

4 files changed

Lines changed: 179 additions & 101 deletions

File tree

doc/api/figure_api.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*****************
2+
matplotlib figure
3+
*****************
4+
5+
6+
:mod:`matplotlib.figure`
7+
========================
8+
9+
.. automodule:: matplotlib.figure
10+
:members:
11+
:undoc-members:
12+
:show-inheritance:

doc/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
matplotlib_configuration_api.rst
1515
artist_api.rst
16+
figure_api.rst
1617
axes_api.rst
1718
axis_api.rst
1819
cbook_api.rst

lib/matplotlib/colorbar.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
colorbar(mappable, ax=ax, **kwargs)
102102
103103
arguments:
104+
104105
*mappable*
105106
the image, :class:`~matplotlib.contours.ContourSet`, etc. to
106107
which the colorbar applies; this argument is mandatory for the
@@ -109,6 +110,7 @@
109110
default to the current image.
110111
111112
keyword arguments:
113+
112114
*cax*
113115
None | axes object into which the colorbar will be drawn
114116
*ax*
@@ -117,6 +119,7 @@
117119
118120
119121
Additional keyword arguments are of two kinds:
122+
120123
axes properties:
121124
%s
122125
colorbar properties:

0 commit comments

Comments
 (0)