pub fn plot<X, Y>(x: X, y: Y) -> Plotwhere X: IntoIterator<Item = f64>, Y: IntoIterator<Item = f64>,
Create a new Plot with no options.
Plot