Skip to content

Instantly share code, notes, and snippets.

@ishritam
Created October 9, 2019 07:58
Show Gist options
  • Save ishritam/567c85643ff7c67ddd0758664ab23f16 to your computer and use it in GitHub Desktop.
Save ishritam/567c85643ff7c67ddd0758664ab23f16 to your computer and use it in GitHub Desktop.
pairplot
sns.set_style("whitegrid");
sns.pairplot(iris, hue="species", size=2);
plt.show()
# NOTE: the diagnol elements are PDFs for each feature. PDFs are expalined below.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment