Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba4eca2

Browse files
committed
deprecated cm api removal documentation
1 parent 7dea129 commit ba4eca2

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.

0 commit comments

Comments
 (0)