log
lq.tick-format.log(ticks, base: 10, exponent: auto, auto-exponent-threshold: 3, round-exponent-digits: 4, base-label: auto, tick-info: (:), ..args)(source)Formats logarithmic ticks, see tick-locate.log.
Parameters
ticks : array
The ticks to format.
base : int | float default: 10
The base of the logarithm.
exponent : auto | int default: auto
Whether to use a fixed exponent and which one.
auto-exponent-threshold : int default: 3
Determines the threshold for automatic exponents to kick in for the case that the formatter resolves to linear formatting.
round-exponent-digits : int default: 4
The number of digits to round the exponent to.
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.