width#

plot.width(p0: float) int#

Sets the width of the currently selected plot.

Args:
p0:

‘width’ width of plot viewport in normalized coordinates, namely any value between 0 and 1.0, with a value of 1.0 corresponding to the width of the graphics window

Examples:
ensight.plot.select_begin(1)
ensight.plot.width(0.5)
ensight.plot.height(0.4)
Returns:

zero on success, non-zero on error