box-plotters 0.1.0

An alternative to the Boxplot and Quartiles types found in plotters
Documentation
1
2
3
4
5
6
7
8
9
10
# box-plotters
An alternative to the Boxplot and Quartiles types found in [plotters](https://crates.io/crates/plotters).

## Improvements
* More control over how Quartiles are constructed.
* IRQ is bounded by min and max values (https://github.com/plotters-rs/plotters/issues/720).
* More control over the style of the box plot

## ⚠️ Under development
Expect bugs and API changes. You have been warned!