origin_x#

plot.origin_x(p0: float) int#

Specifies the x/y coordinate of the origin of the selected plot in the graphics window.

The origin of the plot will be positioned at this point (x,y) in the graphics window
Args:
p0:

‘coord’ normalized coordinate of lower left corner of the plot viewport. A value of 0.0 indicates the left/bottom side of the window, while a value of 1.0 indicates the right/top side.

Examples:
ensight.plot.select_begin(1)
ensight.plot.origin_x(0.5)
ensight.plot.origin_y(0.5)
Returns:

zero on success, non-zero on error