Smooth Data Surface (WPF / .NET Core)

SmoothSurface from the Drawing Extensions Toolbox allows to visualize scattered data points very easily. The resolution of the interpolated grid and the smoothness factor are configured independently.
This example utilizes ILNumerics.Drawing.Plotting.SmoothSurface (Drawing Extensions Toolbox) via WPF in a .NET Core project. Make sure to add the following Modules (from your local installation folder): ILNumerics.Core, Computing, Drawing, Drawing2.
See also: Online documentation: Visualization
Last modified: November 02 2020 16:15