Function poloto::plot[][src]

pub fn plot<'a>(
    title: impl Display + 'a,
    xname: impl Display + 'a,
    yname: impl Display + 'a
) -> Plotter<'a, impl Names>

Convenience function for PlotterBuilder with default css tag, and with svg tag. In most cases, these defaults are good enough.