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 d0f7c04 commit 351eaa1Copy full SHA for 351eaa1
lib/matplotlib/colorbar.py
@@ -106,6 +106,8 @@
106
given instead.
107
*drawedges* bool
108
Whether to draw lines at color boundaries.
109
+ *label* str
110
+ The label on the colorbar's long axis.
111
============ ====================================================
112
113
The following will probably be useful only in the context of
@@ -168,8 +170,7 @@
168
170
Returns
169
171
-------
172
colorbar : `~matplotlib.colorbar.Colorbar`
- See also its base class, `~matplotlib.colorbar.ColorbarBase`. Use
- `~.ColorbarBase.set_label` to label the colorbar.
173
+ See also its base class, `~matplotlib.colorbar.ColorbarBase`.
174
175
Notes
176
-----
0 commit comments