Skip to content

Instantly share code, notes, and snippets.

@64lines
Created November 6, 2017 19:01
Show Gist options
  • Select an option

  • Save 64lines/923ec805aeb22446014c219e10af3db7 to your computer and use it in GitHub Desktop.

Select an option

Save 64lines/923ec805aeb22446014c219e10af3db7 to your computer and use it in GitHub Desktop.
[PYTHON][PLOTTING] - Heat Maps
sns.heatmap(df.corr(), square=True, cmap='RdYlGn')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment