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 11``matplotlib.cm.register_cmap ``
2- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
44... was removed as it was deprecated during 3.7. Use `matplotlib.colormaps.register ` instead.
55
66``matplotlib.cm.unregister_cmap ``
7- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
88
99... was removed as it was deprecated during 3.7. Use `matplotlib.colormaps.unregister ` instead.
1010
1111``matplotlib.pyplot.register_cmap ``
12- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1313
1414... was removed as it was deprecated during 3.7. Use `matplotlib.colormaps.register ` instead.
1515
1616``matplotlib.cm.get_cmap ``
17- ~~~~~~~~~~~~~~~~~~~~~~~~~
17+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
1818
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.
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 want to convert to a `matplotlib.colors.Colormap ` instance.
You can’t perform that action at this time.
0 commit comments