Skip to content

Instantly share code, notes, and snippets.

@HeenaR17
Created October 25, 2020 19:21
Show Gist options
  • Save HeenaR17/c98036c815b38626962e3ffa99121ec9 to your computer and use it in GitHub Desktop.
Save HeenaR17/c98036c815b38626962e3ffa99121ec9 to your computer and use it in GitHub Desktop.
plt.figure(figsize=(10,7))
sns.countplot(x='label', data=df)
plt.xlabel('News Classification')
plt.ylabel('Count')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment