Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created July 12, 2021 11:43
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/62ff17b1534009c134871e16df03e326 to your computer and use it in GitHub Desktop.
Save amankharwal/62ff17b1534009c134871e16df03e326 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