Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5773bf9 commit f2663edCopy full SHA for f2663ed
1 file changed
lib/matplotlib/cm.py
@@ -280,7 +280,8 @@ def _get_cmap(name=None, lut=None):
280
# do it in two steps like this so we can have an un-deprecated version in
281
# pyplot.
282
get_cmap = _api.deprecated(
283
- '3.6', pending=True, alternative="``matplotlib.colormaps[name]``"
+ '3.6',
284
+ name='get_cmap', pending=True, alternative="``matplotlib.colormaps[name]``"
285
)(_get_cmap)
286
287
0 commit comments