File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Filter options
doc/api/next_api_changes/removals Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Original file line number Diff line number Diff line change 1
1
``matplotlib.cm.register_cmap ``
2
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
3
4
4
... was removed as it was deprecated during 3.7. Use `matplotlib.colormaps.register ` instead.
5
5
6
6
``matplotlib.cm.unregister_cmap ``
7
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8
8
9
9
... was removed as it was deprecated during 3.7. Use `matplotlib.colormaps.unregister ` instead.
10
10
11
11
``matplotlib.pyplot.register_cmap ``
12
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13
13
14
14
... was removed as it was deprecated during 3.7. Use `matplotlib.colormaps.register ` instead.
15
15
16
16
``matplotlib.cm.get_cmap ``
17
- ~~~~~~~~~~~~~~~~~~~~~~~~~
17
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
18
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.
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