mutiple heatmap annotation
Hi,
Does scanpy support mutliple heatmap annotation now, just like this following heatmap, where "cyl" can be tissue source, "mpg" can be age and "am" can be time point, and so on

This would definitely be useful. @fidelram, you were thinking of including more seaborn heat map features like this, right?
Indeed something like this would be nice. Do we have an example using seaborn ?
here are some examples, may they help https://stackoverflow.com/questions/27988846/how-to-express-classes-on-the-axis-of-a-heatmap-in-seaborn https://stackoverflow.com/questions/60177861/plotting-annotated-heatmaps-clustermaps-with-multiple-legends-in-seaborn https://stackoverflow.com/questions/61816216/seaborn-clustermap-with-two-row-colors
The clustermap (docs) function does this. It doesn't do legends though, so that's something we would need to add ourselves.
Legends can be added now. sns.palplot(palette) https://www.chrisremmel.com/post/seaborn-color-labels/
Hello, was capability of adding multiple annotations to heatmaps implemented in scanpy?