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 d42b36d + ccbb825 commit cc2677eCopy full SHA for cc2677e
lib/matplotlib/colorbar.py
@@ -116,6 +116,8 @@
116
An alternative `~.ticker.Formatter` may be given instead.
117
*drawedges* bool
118
Whether to draw lines at color boundaries.
119
+ *label* str
120
+ The label on the colorbar's long axis.
121
============ ====================================================
122
123
The following will probably be useful only in the context of
@@ -177,8 +179,7 @@
177
179
Returns
178
180
-------
181
colorbar : `~matplotlib.colorbar.Colorbar`
- See also its base class, `~matplotlib.colorbar.ColorbarBase`. Use
- `~.ColorbarBase.set_label` to label the colorbar.
182
+ See also its base class, `~matplotlib.colorbar.ColorbarBase`.
183
184
Notes
185
-----
0 commit comments