You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On matplotlib 3.7 I am getting the following errors when importing and using cmasher
MatplotlibDeprecationWarning: The get_cmap function was deprecated in Matplotlib 3.7 and will be removed two minor releases later.
Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap(obj)`` instead.
cmap = mplcm.get_cmap(cmap)
And the following:
MatplotlibDeprecationWarning: The register_cmap function was deprecated in Matplotlib 3.7 and will be removed two minor releases later.
Use ``matplotlib.colormaps.register(name)`` instead.
mplcm.register_cmap(cmap=cmap_mpl_r)
These methods should be updated as described.
The text was updated successfully, but these errors were encountered:
On matplotlib 3.7 I am getting the following errors when importing and using cmasher
And the following:
These methods should be updated as described.
The text was updated successfully, but these errors were encountered: