File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -1225,13 +1225,11 @@ def colorbar(
1225
1225
specified in *ax*.
1226
1226
1227
1227
ax : `~.axes.Axes` or iterable or `numpy.ndarray` of Axes, optional
1228
- If `None`, defaults to the axes that contains the mappable used to
1229
- create the colorbar .
1228
+ The one or more parent Axes from which space for a new colorbar Axes
1229
+ will be stolen. This parameter is only used if *cax* is not set .
1230
1230
1231
- If *cax* is None, specifies the one or more parent axes from which
1232
- space for a new colorbar axes will be stolen.
1233
-
1234
- This has no effect if *cax* is set.
1231
+ Defaults to the Axes that contains the mappable used to create the
1232
+ colorbar.
1235
1233
1236
1234
use_gridspec : bool, optional
1237
1235
If *cax* is ``None``, a new *cax* is created as an instance of
You can’t perform that action at this time.
0 commit comments