I found the following solution to add a row color legend to a Seaborn clustermap:
How to express classes on the axis of a heatmap in Seaborn
I have two related questions:
- how to move the legend to the bottom of the clustermap?
- if the index of the dataframe representing row_color has a a name, it appears as a label under the colored row. How to increase the fontsize of that label?