location_y#

logo.location_y(p0: float) int#

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

The lower left corner of the logo will be positioned at this point (x,y).
Args:
p0:

‘coord’ A value of 0.0 indicates the left/bottom of the window, while a value of 1.0 indicates the right/top side

Examples:
ensight.logo.select_begin(1)
ensight.logo.location_x(0.5)
ensight.logo.location_y(0.5)
Returns:

zero on success, non-zero on error