Enum Surf
Determines the way in which the surface is represented.
Namespace: PLplot
Assembly: PLplotNet.dll
Syntax
public enum Surf : 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. |
| Faceted | Network of lines is drawn connecting points at which function is defined. |
| MagColor | The surface is colored according to the value of Z; if MAG_COLOR is not used, then the surface is colored according to the intensity of the reflected light in the surface from a light source whose position is set using pllightsource. |
| SurfCont | A contour plot is drawn at the surface plane using parameters nlevel and clevel. |