Seaborn实战案例 | 绘制分类条形统计图

Posted K同学啊

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Seaborn实战案例 | 绘制分类条形统计图相关的知识,希望对你有一定的参考价值。


plt.figure(figsize=(15, 10))
ax = sns.countplot(x="job_type", hue="job_education", data=df)
plt.show()


更详细的内容可以看:https://www.cntofu.com/book/172/docs/21.md

以上是关于Seaborn实战案例 | 绘制分类条形统计图的主要内容,如果未能解决你的问题,请参考以下文章