grid_linewidth#
- plot.grid_linewidth(p0: int) int #
Sets the grid line width of the currently selected plot(s).
- Args:
- p0:
‘width’ specifies the line width in pixels of the grid lines, and can be any value from 1 to 4
- Examples:
ensight.plot.select_begin(1) ensight.plot.grid_linewidth(2)
- Returns:
zero on success, non-zero on error