plotters-statistical 0.2.0

Statistical chart primitives (box, violin, ROC, PR, regularization-path, residual) as native plotters series
Documentation
[package]

name = "plotters-statistical"

version = "0.2.0"

edition = "2021"

rust-version = "1.70"

license = "MIT"

description = "Statistical chart primitives (box, violin, ROC, PR, regularization-path, residual) as native plotters series"

repository = "https://github.com/mi7plus/plotters-statistical"

homepage = "https://github.com/mi7plus/plotters-statistical"

readme = "README.md"

keywords = ["plotters", "statistics", "boxplot", "roc", "visualization"]

categories = ["visualization", "science"]

exclude = ["target-images/*", "*.svg"]



[dependencies]

# Pinned to an exact version on purpose: this crate mirrors plotters' own

# element/series extension pattern, so any API drift must be caught explicitly

# by bumping this pin, not absorbed silently by a caret range. See README.

plotters = { version = "=0.3.7", default-features = false }

# The low-level backend traits (BackendCoord, DrawingBackend, DrawingErrorKind)

# that custom elements are written against. plotters itself builds on this exact

# companion crate; we pin it to the matching version.

plotters-backend = "=0.3.7"



[dev-dependencies]

approx = "0.5"

criterion = "0.5"



[[bench]]

name = "stats"

harness = false



[profile.bench]

debug = true