Skip to main content

days

lq.tick-locate.days(x0, x1, filter: auto, num-ticks-suggestion: 5, density: 100%, ..args)(source)

Locates days on a datetime interval.

Parameters

x0 : float

The start of the range to locate ticks for.

x1 : float

The end of the range to locate ticks for.

filter : auto | function    default: auto

Specifies a filter that can be used to filter out ticks. If left at auto, a suitable subset of days is selected based on the range and month.

num-ticks-suggestion : int | float    default: 5

Suggested number of ticks to use. This may for example be chosen according to the length of the axis and the font size.

density : ratio    default: 100%

The density of ticks. This can be used as a qualitative knob to tune the number of generated ticks in relation to the suggested number of ticks.

..args : any

Ignored arguments that do not apply to this locator.