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: X
X coordinate of the data points of both curves
y1: Y1
Y coordinate of the data points of the first curve
y2: Y2
Y coordinate of the data points of the second curve