Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created May 19, 2021 14:49
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/6dd679c92222f0f3afbcb523b2665c3a to your computer and use it in GitHub Desktop.
Save amankharwal/6dd679c92222f0f3afbcb523b2665c3a to your computer and use it in GitHub Desktop.
plt.style.use('seaborn-whitegrid')
plt.figure(figsize=(12, 10))
sns.heatmap(data.corr())
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment