File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- Colormap registry
2- ------------------
1+ Colormap registry (experimental)
2+ --------------------------------
33
44Colormaps are now managed via `matplotlib.colormaps `, which is a
5- `.ColormapRegistry `.
5+ `.ColormapRegistry `. This API is experimental and may still change in future
6+ versions.
67
78Colormaps can be obtained using item access::
89
Original file line number Diff line number Diff line change @@ -102,6 +102,10 @@ class ColormapRegistry(Mapping):
102102 r"""
103103 Container for colormaps that are known to Matplotlib by name.
104104
105+ .. admonition:: Experimental
106+
107+ This API is experimental and may still change in future versions.
108+
105109 The universal registry instance is `matplotlib.colormaps`. There should be
106110 no need for users to instantiate `.ColormapRegistry` themselves.
107111
You can’t perform that action at this time.
0 commit comments