subticks-symlog
Automatically locates symlog subticks from an array of ticks.
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: ()
Ticks produced by some tick locator.
subs : auto | array default: auto
Which multiples of each tick to mark with a subtick, e.g.,
(2,3,4,5,6,7,8,9). If set to auto, this defaults to range(2, base).
base : float default: 10
Base of the logarithmic scale.
threshold : float default: 1
The threshold for the linear region.
..args : any
Ignored arguments that do not apply to this locator.