Enum Mesh
Determines the way in which the surface is represented
Namespace: PLplot
Assembly: PLplotNet.dll
Syntax
public enum Mesh : int
Fields
Name | Description |
---|---|
LineX | Lines are drawn showing z as a function of x for each value of y[j]. |
LineXY | Network of lines is drawn connecting points at which function is defined. |
LineY | Lines are drawn showing z as a function of y for each value of x[i]. |