DingWB / PyComplexHeatmap

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

Missing annotation #55

Closed ChuweiLin closed 1 year ago

ChuweiLin commented 1 year ago

version 1.6.1 matplotlib ver. 3.8.0 numpy ver. 1.26.1 pandas ver. 2.1.1 I ran the example code and the resulting figure only showed part of the annotation. output

DingWB commented 1 year ago

This is weird. But matplotlib 3.8 is known to have some issues with this package. Please try a lower version of matplotlib (such as 3.7) and try again. At the same time, I will create the same environment and debug it. Thanks for your feedback.

ChuweiLin commented 1 year ago

matplotlib 3.7 works fine. Thank you so much! It's a wonderful package.