strafe-plot 0.1.0

Statistical plotting for Rust statistics based on R
[package]

name = "strafe-plot"

description = "Statistical plotting for Rust statistics based on R"

version = "0.1.0"

authors = ["Nick Yahr <yarsh.technologies@gmail.com>"]

edition = "2021"

license = "MIT OR Apache-2.0"

homepage = "https://neek-sss.gitlab.io/yarsh-technologies-blog/strafe/"

documentation = "https://neek-sss.gitlab.io/strafe/strafe_plot/index.html"

repository = "https://gitlab.com/Neek-sss/strafe/-/tree/master/strafe-plot"

categories = ["mathematics", "science", "visualization"]

keywords = ["statistics", "model", "plot", "data", "test"]



[dependencies]

numfmt = "~1"

plotters = "~0.3"

nalgebra = "~0.32"

polars = "~0.38"

strafe-tests = { version = "~0.1", path = "../strafe-tests" }

strafe-type = { version = "~0.1", path = "../strafe-type" }

strafe-trait = { version = "~0.1", path = "../strafe-trait" }

strafe-distribution = { version = "~0.1", path = "../strafe-distribution" }

r2rs-rfit = { version = "~0.1", path = "../r2rs-rfit" }

r2rs-nmath = { version = "~0.1", path = "../r2rs-nmath" }

r2rs-stats = { version = "~0.1", path = "../r2rs-stats" }