plotxy 0.1.0

Commandline tool for plotting TSV/CSV data
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "plotxy"
version = "0.1.0"
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]
hex = "0.4.3"
palette = "0.6.1"
plotters = "0.3.4"
polars = { version = "0.25.1", features = ["performant", "lazy"]}
structopt = "0.3.26"