Show the contour after spline interpolation.
proc gcontour data=numspl; plot y*x=z / haxis=axis1 vaxiss=axis1; run; quit;