symmetricLog
A number scale where each range value y can be expressed as a symmetric log function of the domain value x, with y = a * sign(x) * log(1 + |x * slopeAtZero|) + b. The constant slopeAtZero defaults to 1. You can configure it with symmetricLog(slopeAtZero:).
Declaration
static var symmetricLog: ScaleType { get }