Skip to content

ppatrzyk/heatmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heatmap

Simple command line utility to display CSV file as a heatmap.

Usage

# Build
cargo build -r

# Get data and print
curl https://raw.githubusercontent.com/mwaskom/seaborn-data/master/iris.csv | tail -150 > iris.csv
target/release/heatmap iris.csv

demo

About

Display CSV as a heatmap in terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages