File tree Expand file tree Collapse file tree
doc/api/next_api_changes/removals Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ``matplotlib.cm.register_cmap ``
2+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+ ... was removed as it was deprecated during 3.7. Use `matplotlib.colormaps.register ` instead.
5+
6+ ``matplotlib.cm.unregister_cmap ``
7+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8+
9+ ... was removed as it was deprecated during 3.7. Use `matplotlib.colormaps.unregister ` instead.
10+
11+ ``matplotlib.pyplot.register_cmap ``
12+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13+
14+ ... was removed as it was deprecated during 3.7. Use `matplotlib.colormaps.register ` instead.
15+
16+ ``matplotlib.cm.get_cmap ``
17+ ~~~~~~~~~~~~~~~~~~~~~~~~~
18+
19+ ... was removed as it was deprecated during 3.7. Use `matplotlib.cm.ColormapRegistry.get_cmap ` if you have a string, `None `
20+ or a `matplotlib.colors.Colormap ` object that you wnat to convert to a `matplotlib.colors.Colormap ` instance.
You can’t perform that action at this time.
0 commit comments