gpt4 book ai didi

matplotlib - 为 seaborn countplot 中的所有条应用单一颜色

转载 作者:行者123 更新时间:2023-12-05 01:36:24 26 4
gpt4 key购买 nike

以下代码为每个类别提供了不同的颜色

import seaborn as sns
sns.set(style="darkgrid")
titanic = sns.load_dataset("titanic")
ax = sns.countplot(x="class", data=titanic)

如何让它们都具有相同的颜色? enter image description here

最佳答案

documentation :

seaborn.countplot(x=None, y=None, hue=None, data=None, order=None, hue_order=None, orient=None, color=None, palette=None, saturation=0.75, dodge=True, ax=None, **kwargs)

函数接受颜色参数,改变它来改变颜色。

关于matplotlib - 为 seaborn countplot 中的所有条应用单一颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62098788/

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