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