📜  计数图 - 任何代码示例

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

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