fn are_aggregatable(
    point1: &PlotPoint,
    point2: &PlotPoint,
    window_size: usize
) -> bool
Expand description

Are two PlotPoints safe to aggregate?