How sensitive is the XYDifferenceRenderer to differences in the domain/x values in two series? I have two series generated which I wish to diff, but because they come from two different runs, the x-values vary slightly. For instance: Series 1: {..., (3601.0, 1.980392), (3702.0, 1.87037), ...} Series 2: {..., (3601.0, 1.980392), (3701.0, 1.886792), ...} In both cases, the '...' are where ...