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 155ae8a commit d56d471Copy full SHA for d56d471
galleries/users_explain/colors/colorbar_only.py
@@ -11,7 +11,7 @@
11
A `~.Figure.colorbar` requires a `matplotlib.colorizer.ColorizingArtist` which
12
contains a `matplotlib.colorizer.Colorizer` that holds the data-to-color pipeline
13
(norm and colormap). To create a colorbar without an attached plot one can
14
-use a `.ColorizingArtist` with no associated data.
+directly instantiate the base class .ColorizingArtist, which has no associated data.
15
16
"""
17
0 commit comments