axis_y_numgrid#
- plot.axis_y_numgrid(p0: float) int #
Sets the number of grid lines to be used along the x/y axis of the currently selected plot(s).
- Args:
- p0:
‘num’ number of grid lines along the axis; can be any whole number
- Examples:
ensight.plot.select_begin(1) ensight.plot.axis_x_numgrid(10) ensight.plot.axis_y_numgrid(6)
- Returns:
zero on success, non-zero on error