Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created May 30, 2019 12:14
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 NMZivkovic/115989d6a0c6db94f8dd0affff1ee5db to your computer and use it in GitHub Desktop.
Save NMZivkovic/115989d6a0c6db94f8dd0affff1ee5db to your computer and use it in GitHub Desktop.
plt.figure(figsize=(20, 8))
sb.distplot(data['cnt'], color='g', bins=30, hist_kws={'alpha': 0.4});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment