Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130e274 commit 925c45bCopy full SHA for 925c45b
2 files changed
lib/matplotlib/colorbar.py
@@ -89,6 +89,7 @@
89
'''
90
91
colorbar_doc = '''
92
+
93
Add a colorbar to a plot.
94
95
Function signatures for the :mod:`~matplotlib.pyplot` interface; all
lib/matplotlib/figure.py
@@ -1008,7 +1008,9 @@ def on_changed(m):
1008
colorbar.__doc__ = '''
1009
Create a colorbar for a ScalarMappable instance.
1010
1011
- Documentation for the pylab thin wrapper: %s
+ Documentation for the pylab thin wrapper:
1012
+ %s
1013
1014
'''% cbar.colorbar_doc
1015
1016
def subplots_adjust(self, *args, **kwargs):
0 commit comments