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(
12251225 specified in *ax*.
12261226
12271227 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 .
12301230
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.
12351233
12361234 use_gridspec : bool, optional
12371235 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