ScaleSequentialQuantile<Y> constructor
Returns a new sequential scale with a p-quantile transform, analogous to a ScaleQuantile.
Implementation
ScaleSequentialQuantile({List<num?>? domain, required this.interpolator}) {
if (domain != null) this.domain = domain;
}