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