[][src]Function matplotrust::scatter_plot

pub fn scatter_plot<U, T>(
    x: Vec<U>,
    y: Vec<T>,
    options: Option<ScatterPlotOptions>
) -> String where
    U: ToString,
    T: ToString