Guest User

Untitled

a guest
Jan 22nd, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import seaborn as sns
  2. titanic = sns.load_dataset("titanic")
  3. ax = sns.countplot(x="class", hue="who", data=titanic)
Add Comment
Please, Sign In to add comment