Concept Flow - 2D interpolation (interp2d, griddata)
Start with scattered 2D points
Choose interpolation method
interp2d: grid-based
Create interpolation function
Input new points to estimate values
Output interpolated values on new points
We start with scattered 2D data points, choose an interpolation method (interp2d or griddata), create an interpolation function, then input new points to get estimated values.