Skip to content

Instantly share code, notes, and snippets.

@elmotec
Created August 28, 2016 02:50
Show Gist options
  • Save elmotec/072fdfc31b389b23572b5986d08f89b4 to your computer and use it in GitHub Desktop.
Save elmotec/072fdfc31b389b23572b5986d08f89b4 to your computer and use it in GitHub Desktop.
sns.set(style='whitegrid', context='notebook', font_scale=1.5)
sns.pairplot(df[cols])
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment