Open dpdoughe opened 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 ?
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 ?