/heatmap_triangle

Makes an easily readable triangle heatmap. Dark blue is positive correlation, dark red is negative. Min and max hues are assigned to -1 and 1. Values around 0 are a lighter colour. Labels are rotated.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

heatmap_triangle

Makes an easily readable triangle heatmap for a pandas DataFrame.

Dark blue is positive correlation, dark red is negative.

Min and max hues are assigned to -1 and 1.

Values around 0 are a lighter colour.

Labels are rotated.

Heatmap is annotated.

Imports all the needed libraries.