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
You can fix it by using matplotlib.pyplot .get_cmap instead (and while at it, you really should replace import pylab as plt with import matplotlib.pyplot as plt).
The
matplotlib.cm.get_cmap
function was deprecated in Matplotlib 3.7: https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.7.0.html#deprecation-of-top-level-cmap-registration-and-access-functions-in-mpl-cmIt is being removed in 3.9, which causes a test failure:
The text was updated successfully, but these errors were encountered: