python Seaborn - 设置自定义调色板
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python Seaborn - 设置自定义调色板相关的知识,希望对你有一定的参考价值。
flatui = ["#9b59b6", "#3498db", "orange"]
sns.set_palette(flatui)
sns.lmplot( x="sepal_length", y="sepal_width", data=df, fit_reg=False, hue='species', legend=False)
以上是关于python Seaborn - 设置自定义调色板的主要内容,如果未能解决你的问题,请参考以下文章
seaborn使用boxplot函数进行箱图可视化(使用色彩调色板自定义设置箱图的颜色自定义颜色列表并创建为自己的调色板sns.set_palette全局设置palette参数)
Seaborn 调色板 - 防止颜色回收
Seaborn 调色板不适用于线图
Seaborn的调色板(palette)
10.14 plt,seaborn颜色设置
seaborn的调色板刻度边框标签数据集等的一些解释