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 150165bCopy full SHA for 150165b
galleries/users_explain/colors/colorbar_only.py
@@ -11,7 +11,8 @@
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
15
+data.
16
17
"""
18
0 commit comments