Enum MeshContour
Determines the way in which the surface is represented.
Namespace: PLplot
Assembly: PLplotNet.dll
Syntax
public enum MeshContour : int
Fields
Name | Description |
---|---|
BaseCont | A contour plot is drawn at the base XY plane using parameters nlevel and clevel. |
DrawSides | Draws a curtain between the base XY plane and the borders of the plotted function. |
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]. |
MagColor | Each line in the mesh is colored according to the z value being plotted. The color is used from the current cmap1. |