Skip to content

Instantly share code, notes, and snippets.

@liliya2022
Created March 12, 2023 05:08
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 liliya2022/3c89a3d90124286086f8e33d1c7e17f0 to your computer and use it in GitHub Desktop.
Save liliya2022/3c89a3d90124286086f8e33d1c7e17f0 to your computer and use it in GitHub Desktop.
sns.set(rc = {'figure.figsize':(15,8)})
sns.distplot(a=salary_story['Total Salary Paid'], bins = 40, color='green',
hist_kws={"edgecolor": 'black'}).set(title = "Density Plot for Income")
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment