subgrid_linetype#
- plot.subgrid_linetype(p0: str) int #
Specifies the type of subgrid lines that will be drawn for the currently selected plot.
The subgrid 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.subgrid_linetype("solid")
- Returns:
zero on success, non-zero on error