plotters 0.3.4

A Rust drawing library focus on data plotting for both WASM and native applications
Documentation
1
2
3
4
5
6
7
use criterion::criterion_main;

mod benches;

criterion_main! {
    benches::data::quartiles_group
}