Show / Hide Table of Contents

    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

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX