Skip to content

Commit 150165b

Browse files
committed
Tiny update from code review
1 parent 155ae8a commit 150165b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

galleries/users_explain/colors/colorbar_only.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
A `~.Figure.colorbar` requires a `matplotlib.colorizer.ColorizingArtist` which
1212
contains a `matplotlib.colorizer.Colorizer` that holds the data-to-color pipeline
1313
(norm and colormap). To create a colorbar without an attached plot one can
14-
use a `.ColorizingArtist` with no associated data.
14+
directly instantiate the base class `.ColorizingArtist`, which has no associated
15+
data.
1516
1617
"""
1718

0 commit comments

Comments
 (0)