Topic: Roundoff Error
Two graphs below compare the same data using linear interpolation and 1D cubic spline interpolation (2D looks the same as 1D). Above X = 7000, the trace bobbles up and down for 1D. Another image shows that the Y data values increase monotonically. A final curve shows linear interpolation of 100 points generated by an external cubic spline interpolator. It has no bobbles.
Because the bobble does not increase when magnifying the Y scale, I suspect it may be a roundoff error at the pixel level. Note that it occurs at X intervals of 1000, which is the data resolution in the bobble region.
On other curves with dense data, the problem manifests itself as little dots on top of the traces.
Brian