Skip to content

Instantly share code, notes, and snippets.

@letthedataconfess
Created December 16, 2021 13:36
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 letthedataconfess/b1fc63cf3d454deb823eaed17177c250 to your computer and use it in GitHub Desktop.
Save letthedataconfess/b1fc63cf3d454deb823eaed17177c250 to your computer and use it in GitHub Desktop.
import seaborn as sns
x=df['PetalLengthCm']
sns.distplot(x,hist=True,bins=5,kde=True,rug=True,norm_hist=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment