Skip to main content

manual

lq.tick-locate.manual(x0, x1, ticks=(), ..args)(source)

Locates ticks manually on an axis with range [x0,x1][x_0, x_1].

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 [x0,x1][x_0, x_1] will be filtered.

..args : any

Ignored arguments that do not apply to this locator.