minor_unit property

minor_unit property

Represents the minor units for the axis.

Remarks

The minor units must be greater than zero.

Definition:

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

See Also