dash-bio icon indicating copy to clipboard operation
dash-bio copied to clipboard

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

Open dpdoughe opened this issue 3 years ago • 0 comments

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 ?

dpdoughe avatar Jan 13 '22 22:01 dpdoughe