DingWB / PyComplexHeatmap

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

get_cmap warning #36

Closed welyt closed 1 year ago

welyt commented 1 year ago

MatplotlibDeprecationWarning: The get_cmap function was deprecated in Matplotlib 3.7 and will be removed two minor releases later. Use matplotlib.colormaps[name] or matplotlib.colormaps.get_cmap(obj) instead

DingWB commented 1 year ago

Hello, Yuting. Thank you for your valuable information. I have already updated it in the latest GitHub repository.