hist-cli 0.4.4

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.4.4"
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 = "^0.3"
csv = "^1.1"
structopt = "^0.3"
textplots = "^0.8"