Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
criterion_plot::filledcurve::FilledCurve - Rust
[go: Go Back, main page]

Struct criterion_plot::filledcurve::FilledCurve [] [src]

pub struct FilledCurve<X, Y1, Y2> {
    pub x: X,
    pub y1: Y1,
    pub y2: Y2,
}

Fills the area between two curves

Fields

X coordinate of the data points of both curves

Y coordinate of the data points of the first curve

Y coordinate of the data points of the second curve