小编崔箐坡*_*崔箐坡的帖子

有谁知道我在哪里可以找到有关seaborn clustermap中的clustergrid的文档?

clustermap 返回一个 clustergrid,我想知道可以在 clustergrid 'g' 后面添加的所有选项,如下代码所示。我在seaborn中找不到详细的文档。有谁可以帮忙\xef\xbc\x9f

\n
import seaborn as sns\nimport matplotlib.pyplot as plt\n\niris = sns.load_dataset("iris")\ng = sns.clustermap(iris, col_cluster=False, yticklabels=False)\ng.cax.set_position([.15, .2, .03, .45])\ng.ax_heatmap.XXX\n\n\n
Run Code Online (Sandbox Code Playgroud)\n

python matplotlib seaborn

4
推荐指数
1
解决办法
3066
查看次数

标签 统计

matplotlib ×1

python ×1

seaborn ×1