This example then specifies a smoothed spline interpolation method on the GRID statement. As shown by the following output, the resulting surface plot is smoother still. libname reflib ...
Ok, so I'm using open GL to graph functions in 3D, and I've decided to use spline interpolation or another similar technique to lower the number of polys I need and to make the graph look nicer. Can ...
libname reflib 'SAS-data-library'; goptions reset=global gunit=pct border cback=white colors=(black blue green red) ftext=swiss ftitle=swissb htitle=6 htext=3; title 'Surface Plot after Partial ...