Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created July 12, 2021 11:48
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/d6a56ccddc0b21f37d4c6bb8ccb36708 to your computer and use it in GitHub Desktop.
Save amankharwal/d6a56ccddc0b21f37d4c6bb8ccb36708 to your computer and use it in GitHub Desktop.
plt.figure(figsize=(12, 10))
plt.title("Indian Unemployment")
sns.histplot(x="Estimated Unemployment Rate", hue="Region", data=data)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment