axis_y_numsubgrid#
- plot.axis_y_numsubgrid(p0: float) int #
Sets the number of subgrid lines to be used along the x/y axis of the currently selected plot(s).
While the argument to this command is a floating-point value, the actual number of grid lines drawn will be truncated to an integer.- Args:
- p0:
‘num’ number of subgrid lines (or ticks) to be used between grid lines along an axis; can be any whole number
- Examples:
ensight.plot.select_begin(1) ensight.plot.axis_x_numsubgrid(2) ensight.plot.axis_y_numsubgrid(1)
- Returns:
zero on success, non-zero on error