width property

width property

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

Definition:

@property
def width(self):
    ...

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

See Also