DingWB / PyComplexHeatmap

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

Missing annotations, and functionality to add line colors for row annotations #72

Closed GordianArnav closed 2 months ago

GordianArnav commented 2 months ago

Describe the bug Some annotations are missing when using anno_simple(add_text = True), even after using Matplotlib 3.7.1 And how do you add linecolors for each row annotation?

Screenshot 2024-04-25 at 12 25 43 PM

GordianArnav commented 2 months ago

Okay I could solve the first issue by using anno_simple(add_text = True, majority = False), Can you let me know how to add line color, and line width to all of the row annotation plots?

DingWB commented 2 months ago

Try to add parameters to anno_simple, for example linewidths=0.05,linecolor='gold'