height property

height property

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

Definition:

@property
def height(self):
    ...

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

See Also