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
I just noticed that with version 3.5 of matplotlib they started a change on how to handle colour maps, and with version 3.6 they started raising deprecation warnings. It should be a very simple change, from our current use of matplotlib.cm.register_cmap (currently in line 38 of cm.py) to matplotlib.colormaps.register. I'll look into it later this week.
The text was updated successfully, but these errors were encountered:
I just noticed that with version 3.5 of matplotlib they started a change on how to handle colour maps, and with version 3.6 they started raising deprecation warnings. It should be a very simple change, from our current use of
matplotlib.cm.register_cmap
(currently in line 38 of cm.py) tomatplotlib.colormaps.register
. I'll look into it later this week.The text was updated successfully, but these errors were encountered: