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.
1 parent 160f711 commit ccbb825Copy full SHA for ccbb825
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