heatman 0.1.1

Creating heatmap image from given CSV file
Documentation
---
title: ":house: Home"
---

{{< keywordList markdownify="true" >}}
[![build](https://github.com/tamada/heatman/actions/workflows/build.yaml/badge.svg)](https://github.com/tamada/heatman/actions/workflows/build.yaml)
[![Coverage Status](https://coveralls.io/repos/github/tamada/heatman/badge.svg?branch=main)](https://coveralls.io/github/tamada/heatman?branch=main)

[![Version](https://img.shields.io/badge/Version-v0.1.0-green)](https://github.com/tamada/heatman/releases/tag/v0.1.1)
[![License](https://img.shields.io/badge/License-MIT-green)](https://github.com/tamada/heatman/blob/main/LICENSE)
{{< /keywordList >}}

{{< keywordList markdownify="true" >}}
[![Docker](https://img.shields.io/badge/Docker-ghcr.io/tamada/heatman:0.1.1-blue?logo=docker)](https://github.com/tamada/heatman/pkgs/container/heatman/)
[![crates.io](https://img.shields.io/badge/crates.io-heatman-blue?logo=rust)](https://crates.io/crates/heatman)
[![Homebrew](https://img.shields.io/badge/Homebrew-tamada/tap/heatman-blue?logo=homebrew)](https://github.com/tamada/homebrew-tap)
{{< /keywordList >}}

Heatmap generator for visualizing data in a matrix format.

## 📣 Features

- Generate heatmaps from csv files,
- Support for assistant lines to enhance readability,
- Customizable pixel size for cells,
- Specify the order of data to be plotted, and
- Output images in PNG format.