fn are_aggregatable( point1: &PlotPoint, point2: &PlotPoint, window_size: usize, ) -> bool
Are two PlotPoints safe to aggregate?
PlotPoint