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

Skip to content

Commit 925c45b

Browse files
committed
fixed some fig/colorbar rest problems
svn path=/trunk/matplotlib/; revision=5590
1 parent 130e274 commit 925c45b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

lib/matplotlib/colorbar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
'''
9090

9191
colorbar_doc = '''
92+
9293
Add a colorbar to a plot.
9394
9495
Function signatures for the :mod:`~matplotlib.pyplot` interface; all

lib/matplotlib/figure.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,9 @@ def on_changed(m):
10081008
colorbar.__doc__ = '''
10091009
Create a colorbar for a ScalarMappable instance.
10101010
1011-
Documentation for the pylab thin wrapper: %s
1011+
Documentation for the pylab thin wrapper:
1012+
%s
1013+
10121014
'''% cbar.colorbar_doc
10131015

10141016
def subplots_adjust(self, *args, **kwargs):

0 commit comments

Comments
 (0)