grid_linetype#

plot.grid_linetype(p0: str) int#

Specifies the type of grid lines that will be drawn for the currently selected plot.

The grid line_type is solid by default.
Args:
p0:

‘line_type’

  • Can be any of the following values:

  • solid

  • dotted

  • dash

Examples:
ensight.plot.select_begin(1)
ensight.plot.grid_linetype("solid")
Returns:

zero on success, non-zero on error