hist-cli 0.5.0

Commandline tool for plotting frequency ranked histograms of TSV/CSV data
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "hist-cli"
version = "0.5.0"
edition = "2021"
authors = ["Andreas Hauser <Andreas.Hauser@LMU.de>"]
description = "Commandline tool for plotting frequency ranked histograms of TSV/CSV data"
license = "CC-BY-SA-4.0"
keywords = ["histogram", "plot", "command-line", "CLI", "visualization"]
repository = "https://github.com/ahcm/hist-cli"

[dependencies]
plotters = { version = "0.3.7", default-features = false, features = ["bitmap_backend", "bitmap_encoder", "font-kit"] }
csv = "1.3"
clap = { version = "4.0", features = ["derive"] }
textplots = "0.8"