📌  相关文章
📜  seaborn countplot - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:21.497000             🧑  作者: Mango

代码示例5
>>> ax = sns.countplot(x="who", data=titanic, palette="Set3")