8000 Tiny update from code review · matplotlib/matplotlib@d56d471 · GitHub
[go: up one dir, main page]

Skip to content

Commit d56d471

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/users_explain/colors/colorbar_only.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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 data.
1515
1616
"""
1717

0 commit comments

Comments
 (0)
0