gpt4 book ai didi

python - 更改图例位置 seaborn factorplot

转载 作者:太空宇宙 更新时间:2023-11-04 00:33:51 24 4
gpt4 key购买 nike

g = sns.factorplot(x="time", y="pulse", hue="kind", col="diet", data=exercise)

在 seaborn 中,有没有办法在第一个子图中而不是第二个子图中绘制图例?此示例来自此处:https://seaborn.pydata.org/generated/seaborn.factorplot.html?highlight=factor#seaborn.factorplot

最佳答案

以下应该有效。

g = sns.factorplot(x="time", y="pulse", hue="kind",
col="diet", data=exercise, legend=False)
g.axes[0][0].legend()

附言:

  1. How to put the legend on first subplot of seaborn.FacetGrid?

关于python - 更改图例位置 seaborn factorplot,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44916695/

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