Skip to main content

symlog

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

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: 2

The threshold for the linear region.

linscale : float    default: 1

The scaling of the linear region.