8000
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.
2 parents d0f7c04 + 351eaa1 commit c831301Copy full SHA for c831301
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