Skip to content

Instantly share code, notes, and snippets.

@jainanchit51
Created April 29, 2018 10:47
Show Gist options
  • Save jainanchit51/7f3c01cf392aef728335d2073d891ea6 to your computer and use it in GitHub Desktop.
Save jainanchit51/7f3c01cf392aef728335d2073d891ea6 to your computer and use it in GitHub Desktop.
fig = plt.figure()
ax = sns.countplot(x=’bland_chromatin’, hue=’class’, data=dataframe)
ax.set(xlabel=’Bland Chromatin’, ylabel=’No of cases’)
fig.suptitle(“Bland Chromatin w.r.t. Class”, y=0.96)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment