Hi All,
Is there a way to plot several clustermaps in a single matplotlib figure.
Edit: I'm specifically using https://scvelo.readthedocs.io/scvelo.pl.heatmap.html to generate the heatmap. This returns an object of type seaborn.matrix.ClusterGrid
Thanks!
For now I've exported the plots to png files and loaded them into subplots:
Not ideal, but works..