Class ZAxisOpt
Options for an Z-axis.
Inheritance
Namespace: PLplot
Assembly: PLplotNet.dll
Syntax
public static class ZAxisOpt : object
Fields
Name | Description |
---|---|
CustomLabels | Use custom labelling function to generate axis label text. The custom labelling function can be defined with the plslabelfunc command. |
DateTime | Plot labels as date / time. Values are assumed to be seconds since the epoch (as used by gmtime). |
DrawLeft | Draws z axis to the left of the surface plot. |
DrawRight | Draws z axis to the right of the surface plot. |
FixedPoint | Always use fixed point numeric labels. |
Grid | Draws grid lines parallel to the x-y plane behind the figure. These lines are not drawn until after plot3d or plmesh are called because of the need for hidden line removal. |
InvertTickMarks | Inverts tick marks, so they are drawn outwards, rather than inwards. |
LabelLeft | If this is specified, the text label is written beside the left-hand axis. |
LabelRight | If this is specified, the text label is written beside the right-hand axis. |
LeftHandLabels | Writes numeric labels at major tick intervals on the left-hand z axis. |
Log | Labels axis logarithmically. This only affects the labels, not the data, and so it is necessary to compute the logarithms of data points before passing them to any of the drawing routines. |
MajorTicks | Draws major ticks. |
None | No options. |
RightHandLabels | Writes numeric labels at major tick intervals on the right-hand z axis. |
SubTicks | Enables subticks between major ticks, only valid if t is also specified. |