Skip to content

Instantly share code, notes, and snippets.

@ecwheele
Created October 22, 2015 20:51
Show Gist options
  • Save ecwheele/9fe53a4defdb641589a8 to your computer and use it in GitHub Desktop.
Save ecwheele/9fe53a4defdb641589a8 to your computer and use it in GitHub Desktop.
sns.set_style('white')
plt.figure(figsize=(10,20))
ax1 = plt.subplot2grid((3,1),(0,0), title = 'Total Number of Differenitally Expressed Genes')
sns.barplot(x = 'count', y = 'sample', data = all_counts,hue = 'protein', palette ='deep',ax=ax1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment