axis_y_origin#

plot.axis_y_origin(p0: float) int#

Sets the value of the x/y axis origin for the currently selected plot(s).

The default x/y axis origin is 0.
Args:
p0:

‘origin’ x or y location of origin within the plotter; range is the normalized values 0.0 to 1.0

Examples:
ensight.plot.select_begin(1)
ensight.plot.axis_x_origin(0.25)
ensight.plot.axis_y_origin(0.18)
Returns:

zero on success, non-zero on error