axis_x_sgridtype#

plot.axis_x_sgridtype(p0: str) int#

Specifies the type of subgrid that will be drawn for the x/y axis of the currently selected plot.

The default subgrid type is none.
Args:
p0:

‘grid_type’

  • Can be any of the following values:

  • none

  • grid

  • tick

Examples:
ensight.plot.select_begin(1)
ensight.plot.axis_x_sgridtype("tick")
ensight.plot.axis_y_sgridtype("grid")
Returns:

zero on success, non-zero on error