is_automatic property

is_automatic property

Indicates whether the axis bins are automatic.

Remarks

If AxisBins.width or AxisBins.count is called, the value will be false.

Definition:

@property
def is_automatic(self):
    ...
@is_automatic.setter
def is_automatic(self, value):
    ...

See Also