Reference Guide > Graphics and Plotting Keywords > [XYZ]Style Keyword
  

[XYZ]Style Keyword
Used With Routines: AXIS, BAR3D, CONTOUR, CONTOURFS, CONTOUR2, OPLOT, PLOT, SHADE_SURF, SHADE_SURF_IRR,
SURFACE
Corresponding System Variable:   ![XYZ].Style
Allows specification of axis options such as rounding of tick values and selection of a box axis. Each option is encoded in a bit. See Axis Options for details:
 
Table 21-3: Axis Options  
Bit
Value
Function
0
1
Exact. By default the end points of the axis are rounded in order to obtain even tick increments. Setting this bit inhibits rounding, making the axis fit the data range exactly.
1
2
Extend. If this bit is set, the axes are extended by 5% in each direction, leaving a border around the data.
2
4
None. If this bit is set, the axis and its text is not drawn.
3
8
No box. Normally, PLOT, CONTOUR, and CONTOUR2 draw a box style axis with the data window surrounded by axes. Setting this bit inhibits drawing the top or right axis.
4
16
Inhibits setting the y-axis minimum value to zero, when the data are all positive and nonzero. The keyword YNozero sets this bit temporarily.
 
note
The ZStyle keyword has no effect in Date/Time plots.

Version 2017.1
Copyright © 2019, Rogue Wave Software, Inc. All Rights Reserved.