matplotlib.axis.Axis.set_ticks

Axis.set_ticks(self, ticks, *, minor=False)[source]

Set this Axis' tick locations.

Parameters:
tickslist of floats

List of tick locations.

minorbool, default: False

If False, set the major ticks; if True, the minor ticks.

Examples using matplotlib.axis.Axis.set_ticks