tick_label_spacing property

tick_label_spacing property

Specifies how many tick labels to skip between label that is drawn. Applied to category or series axis. Read/write int.

Definition:

@property
def tick_label_spacing(self):
    ...

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

See Also