uvt-plot 0.1.1

Utilities for plotting and displaying UVT data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "uvt-plot"
description = "Utilities for plotting and displaying UVT data."
version = { workspace = true }
edition = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
keywords = { workspace = true }
categories = { workspace = true }
readme = "README.md"

[dependencies]
clap = { version = "4", features = ["derive"] }
plotters = "0.3.7"
uvt = { workspace = true }