Function plot

Source
pub fn plot<X, Y>(x: X, y: Y) -> Plot
where X: IntoIterator<Item = f64>, Y: IntoIterator<Item = f64>,
Expand description

Create a new Plot with no options.