Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created June 15, 2021 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 amankharwal/7b483e0f72e3dc2464ac07652de9b69e to your computer and use it in GitHub Desktop.
Save amankharwal/7b483e0f72e3dc2464ac07652de9b69e to your computer and use it in GitHub Desktop.
plt.figure(figsize=(15, 10))
plt.title("Product Purchased By People Through Social Media Marketing")
sns.histplot(x="Age", hue="Purchased", data=data)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment