plotxy 0.2.2

Commandline tool for plotting TSV/CSV data
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "plotxy"
version = "0.2.2"
edition = "2021"
authors = ["Andreas Hauser <Andreas.Hauser@LMU.de>"]
description = "Commandline tool for plotting TSV/CSV data"
license = "EUPL-1.2"
keywords = ["plot", "command-line", "CLI", "visualization", "TSV"]
repository = "https://github.com/ahcm/plotxy"

[dependencies]
colorgrad = { version = "0.7.0", features = ["lab", "preset", "ggr", "named-colors"]}
hex = "0.4.3"
palette = "0.7.3"
plotters = "0.3.6"
polars = { version = "0.35.4", features = ["performant", "lazy", "dtype-categorical"]}
structopt = "0.3.26"