Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 484 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 484 Bytes

svg_heatmap

SVG based heatmaps analogous to seaborn.heatmap.

Generates heatmaps that are more suitable to embedding due to much reduced size compared to SVGs generated from seaborn plots.

In most cases, file sizes are comparable to a decent quality png of the corresponding seaborn.heatmap.

Usage

See usage.ipynb or it's rendered output.