Closed nvaulin closed 2 months ago
https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.9.0.html#removals New function to use: https://matplotlib.org/stable/api/cm_api.html#matplotlib.cm.ColormapRegistry.register
Yes, I mean, this removed func you mentioned is used In 'cooltools.lib.plotting' module.
must be finally solved by #533. Feel free to reopen if the issue appears again!
Hi, I found that in new version of
matplotlib
(3.9) there are some functions being removed.For instance, for
I've got:
This function was present in 3.8, but not in 3.9 (https://matplotlib.org/3.8.4/api/cm_api.html#matplotlib.cm.register_cmap )
So maybe you could add specific version of
matplotlib
to therequirements.txt
, or adjust the code