Skip to main content

symlog

lq.tick-format.symlog(ticks, base: 10, threshold: 1, exponent: auto, auto-exponent-threshold: 3, round-exponent-digits: 4, base-label: auto, tick-info: (:), ..args)(source)

Formats symlog ticks, see tick-locate.symlog.

Parameters

ticks : array

The ticks to format.

base : int | float    default: 10

The base of the logarithm.

threshold : float    default: 1

The threshold where the scale switches between linear and logarithmic.

exponent : auto | int    default: auto

Whether to use a fixed exponent and which one.

auto-exponent-threshold    default: 3

round-exponent-digits    default: 4

base-label : auto | content    default: auto

Which base to display with the ticks. If auto, the base is inferred from base.

tick-info : dictionary    default: (:)

Additional information from the tick locator.

..args : any

Arguments that are ignored by this formatter.