ScaleSequentialSymlog<Y> constructor
Returns a new sequential scale with a logarithmic transform, analogous to a ScaleSymlog.
Implementation
ScaleSequentialSymlog({super.domain, required super.interpolator}) {
initSymlogish();
}