manual
Locates ticks manually on an axis with range .
Parameters
x0 : float
The start of the range to locate ticks for.
x1 : float
The end of the range to locate ticks for.
ticks : array
default: ()
The manually specified tick locations,
- either as an array of
float
locations, - or pairs of
(location: float, label: content)
.
Tick locations outside the range will be filtered.
..args : any
Ignored arguments that do not apply to this locator.