pub fn plot_points<'a, DB: DrawingBackend, F: Fn((f64, f64)) -> String>(
chart: &mut ChartContext<'a, DB, Cartesian2d<RangedCoordf64, RangedCoordf64>>,
pts: &[(f64, f64)],
label_func: F,
size: i32,
style: ShapeStyle,
)Expand description
Plot a sequence of points of a given size using the given style.