gpt4 book ai didi

python - Seaborn FacetGrid,如何在所有子图中显示 y 刻度标签

转载 作者:行者123 更新时间:2023-12-05 04:50:02 24 4
gpt4 key购买 nike

<分区>

在 Seaborn FacetGrid 中,无论 sharey=True 是否存在,如何让 y 轴刻度标签显示在所有子图中?

tips = sns.load_dataset("tips")
g = sns.FacetGrid(tips, col="time", row="sex")
g.map(sns.scatterplot, "total_bill", "tip")

enter image description here

以下尝试返回错误 AttributeError: 'FacetGrid' object has no attribute 'flatten'

for axis in g.flatten():
for tick in axis.get_yticklabels():
tick.set_visible(True)

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com