y property

y property

Returns or sets the y coordinate of the upper left corner of plot area bounding box as a fraction of the height of the chart (from 0 to 1). Read/write float.

Definition:

@property
def y(self):
    ...

@y.setter
def y(self, value):
    ...

See Also