box-plotters 0.1.0

An alternative to the Boxplot and Quartiles types found in plotters
Documentation
[package]
name = "box-plotters"
description = "An alternative to the Boxplot and Quartiles types found in plotters"
keywords = ["plot", "box-plot", "irq"]
version = "0.1.0"
edition = "2024"
license = "MIT"
repository = "https://github.com/Bjarkehp/box-plotters"
readme = "README.md"

[dependencies]
itertools = "0.14"
plotters = { version = "0.3", default-features = false }
plotters-backend = "0.3"

[dev-dependencies]
approx = "0.5"
plotters = { version = "0.3" }
anyhow = "1.0"