Enum Grid
Type of gridding algorithm for plgriddata()
Namespace: PLplot
Assembly: PLplotNet.dll
Syntax
public enum Grid : int
Fields
| Name | Description |
|---|---|
| CSA | Bivariate Cubic Spline approximation |
| DTLI | Delaunay Triangulation Linear Interpolation |
| NNAIDW | Nearest Neighbors Around Inverse Distance Weighted |
| NNI | Natural Neighbors Interpolation |
| NNIDW | Nearest Neighbors Inverse Distance Weighted |
| NNLI | Nearest Neighbors Linear Interpolation |