Skip to main content

fill_betweenx_data

Function fill_betweenx_data 

Source
pub fn fill_betweenx_data<I, YE, X1E, X2E>(data: I) -> FillBetweenX
where I: IntoIterator<Item = (YE, X1E, X2E)>, YE: Real, X1E: Real, X2E: Real,
Expand description

Create a new FillBetweenX with no options from a single iterator.