[XYZ]STYLE
Accepted by: AXIS Procedure, CONTOUR Procedure, PLOT Procedure, SHADE_SURF Procedure, SURFACE Procedure. System variable equivalent: ![XYZ].STYLE.
This keyword allows specification of axis options such as rounding of tick values and selection of a box axis. Each option is described in the following table:
Values for the [XYZ]STYLE Keyword
Value
Description
1
Force exact axis range.
2
Extend axis range.
4
Suppress entire axis
8
Suppress box style axis (i.e., draw axis on only one side of plot)
16
Inhibit setting the Y axis minimum value to 0 (Y axis only)
Note that this keyword is set bitwise, so multiple effects can be achieved by adding values together. For example, to make an X axis that is both exact (value 1) and suppresses the box style (setting 8), set the XSTYLE keyword to 1+8, or 9.
Accepted by: AXIS Procedure, CONTOUR Procedure, PLOT Procedure, SHADE_SURF Procedure, SURFACE Procedure. System variable equivalent: ![XYZ].STYLE.
This keyword allows specification of axis options such as rounding of tick values and selection of a box axis. Each option is described in the following table:
Values for the [XYZ]STYLE Keyword
Value
Description
1
Force exact axis range.
2
Extend axis range.
4
Suppress entire axis
8
Suppress box style axis (i.e., draw axis on only one side of plot)
16
Inhibit setting the Y axis minimum value to 0 (Y axis only)
Note that this keyword is set bitwise, so multiple effects can be achieved by adding values together. For example, to make an X axis that is both exact (value 1) and suppresses the box style (setting 8), set the XSTYLE keyword to 1+8, or 9.