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 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.