Function matplotrust::line_plot

source ·
pub fn line_plot<U, T>(
    x: Vec<U>,
    y: Vec<T>,
    options: Option<LinePlotOptions>
) -> Stringwhere
    U: ToString,
    T: ToString,