Docs.rs
plotters-statistical-0.1.0
plotters-statistical 0.1.0
Docs.rs crate page
MIT
13 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
mi7plus
Dependencies
plotters =0.3.7
normal
plotters-backend =0.3.7
normal
approx ^0.5
dev
criterion ^0.5
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module gain_chart
plotters_
statistical
0.1.0
Module gain_
chart
Module Items
Structs
Enums
In plotters_
statistical::
series
plotters_statistical
::
series
Module
gain_
chart
Copy item path
Source
Expand description
Cumulative gain and lift charts for ranking/classification evaluation.
Structs
§
Gain
Chart
A cumulative gain or lift chart as a drawable series (coordinate space
(f64, f64)
).
Enums
§
Gain
Mode
Whether a
GainChart
shows the cumulative gain curve or the lift curve.