Skip to content

Instantly share code, notes, and snippets.

@jeetaf
Created July 13, 2021 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeetaf/496e10113b0fed22c777a6d697c511cd to your computer and use it in GitHub Desktop.
Save jeetaf/496e10113b0fed22c777a6d697c511cd to your computer and use it in GitHub Desktop.
plt.figure(figsize=(10,10))
sns.countplot(x='Type', data=df, order=df['Type'].value_counts().index)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment