pyplati / platipy

Processing Library and Analysis Toolkit for Medical Imaging in Python
https://pyplati.github.io/platipy/
Apache License 2.0
111 stars 27 forks source link

Remove deprecated `plt.cm.get_cmap` calls #215

Closed pchlap closed 11 months ago

pchlap commented 1 year ago

plt.cm.get_cmap has been deprecated, replace with: mpl.colormaps[name]

pchlap commented 11 months ago

This was completed in #227