- 运行环境:python3
- 作者:K同学啊
- 磊 精选专栏:《深度学习100例》
- 推荐专栏:《新手入门深度学习》
- 选自专栏:《Matplotlib教程》
- 刺 优秀专栏:《Python入门100题》
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



