plotxy 0.2.2

Commandline tool for plotting TSV/CSV data
[[bin]]
name = "plotxy"
path = "src/bin/plotxy.rs"

[dependencies.colorgrad]
features = ["lab", "preset", "ggr", "named-colors"]
version = "0.7.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.palette]
version = "0.7.3"

[dependencies.plotters]
version = "0.3.6"

[dependencies.polars]
features = ["performant", "lazy", "dtype-categorical"]
version = "0.35.4"

[dependencies.structopt]
version = "0.3.26"

[package]
authors = ["Andreas Hauser <Andreas.Hauser@LMU.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Commandline tool for plotting TSV/CSV data"
edition = "2021"
keywords = ["plot", "command-line", "CLI", "visualization", "TSV"]
license = "EUPL-1.2"
name = "plotxy"
readme = "README.md"
repository = "https://github.com/ahcm/plotxy"
version = "0.2.2"