plotly / dash-bio

Open-source bioinformatics components for Dash
https://dash-gallery.plotly.host/Portal/?search=Bioinformatics
MIT License
531 stars 192 forks source link

Equivalent of Seaborn's clustermap option annot=True for dash_bio's clustergram ? #651

Open dpdoughe opened 2 years ago

dpdoughe commented 2 years ago

Seaborn's annot=True|False option allows annotation of the numeric value in each cell of the heatmap of a clustermap. See https://github.com/mwaskom/seaborn/blob/091f4c0e4f3580a8060de5596fa64c1ff9454dc5/seaborn/matrix.py#L249-L263

How can we do something similar using dash_bio's clustergram ?