axis_linewidth#

plot.axis_linewidth(p0: int) int#

Sets the axis line width of the currently selected plot(s).

Args:
p0:

‘width’ specifies the width in pixels and can be any value from 1 to 4

Examples:
ensight.plot.select_begin(1)
ensight.plot.axis_linewidth(2)
Returns:

zero on success, non-zero on error