DingWB / PyComplexHeatmap

PyComplexHeatmap: A Python package to plot complex heatmap (clustermap)
https://dingwb.github.io/PyComplexHeatmap/
MIT License
249 stars 28 forks source link

MatplotlibDeprecationWarning #58

Closed welyt closed 6 months ago

welyt commented 7 months ago

The register_cmap function was deprecated in Matplotlib 3.7 and will be removed two minor releases later. Use matplotlib.colormaps.register(name) instead.

DingWB commented 7 months ago

Hi, Yuting. I appreciate your reminder. I also noticed this warning and have already added a try and except in the source code. So it won't get an error in a new release.