Skip to content

Instantly share code, notes, and snippets.

@ishritam
Created October 9, 2019 11:52
Show Gist options
  • Save ishritam/3376cb0d15653e0928034cc56284ac35 to your computer and use it in GitHub Desktop.
Save ishritam/3376cb0d15653e0928034cc56284ac35 to your computer and use it in GitHub Desktop.
2D Density plot
#2D Density plot, contors-plot
sns.jointplot(x="petal_length", y="petal_width", data=iris, kind="kde");
plt.show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment