ScaleSequentialLog<Y> constructor
Returns a new sequential scale with a logarithmic transform, analogous to ScaleLog.
Implementation
ScaleSequentialLog(
{super.domain = const [1, 10], required super.interpolator}) {
initLoggish();
}