You are reading an old version of the documentation (v3.1.0). For the latest version see https://matplotlib.org/stable/api/_as_gen/matplotlib.axis.Axis.set_ticks.html
Version 3.1.0
matplotlib
Fork me on GitHub

Table of Contents

matplotlib.axis.Axis.set_ticks

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

Set the locations of the tick marks from sequence ticks

Parameters:
ticks : sequence of floats
minor : bool

Examples using matplotlib.axis.Axis.set_ticks