scale

fun scale(domain: List<Float> = DEFAULT_DOMAIN, range: List<Float> = DEFAULT_RANGE): ContinuousScale<Float, Float>

Creates a scale with domain and range both set to 0f, 1f.