Skip to main content

symlog

lq.scale.symlog(base=10, threshold=1, linscale=1)(source)

Creates a new symlog scale with a linear scaling in the region [threshold, threshold] around 0 and a logarithmic scaling beyond that. This scale can also be accessed through the shorthand "symlog".

Parameters

base : float    default: 10

The base of the logarithm.

threshold : float    default: 1

The threshold for the linear region.

linscale : float    default: 1

The scaling of the linear region.