axis_y_gridtype#

plot.axis_y_gridtype(p0: str) int#

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

The default grid type is tick.
Args:
p0:

‘grid_type’

  • Can be any of the following values:

  • none

  • grid

  • tick

Examples:
ensight.plot.select_begin(1)
ensight.plot.axis_x_gridtype("tick")
ensight.plot.axis_y_gridtype("grid")
Returns:

zero on success, non-zero on error