Skip to content
Advertisement

Tag: seaborn

How to provide axis for seaborn clustermap

I want to provide the plot axes for a seaborn clustermap. The docs say that additional arguments are passed to the heatmap function. The docs of the heatmap function mention the keyword argument ax. Which is why I call the clustermap function with the keyword argmument ax=plt.gca(). However this will result in the following error: Thus I was wondering how

Advertisement