Quantize scales topic

Quantize scales are similar to linear scales, except they use a discrete rather than continuous range. The continuous input domain is divided into uniform segments based on the number of values in (i.e., the cardinality of) the output range. Each range value y can be expressed as a quantized linear function of the domain value x: y = m round(x) + b. See the quantized choropleth for an example.

Classes

ScaleQuantize<Y> Quantize scales
Quantize scales are similar to linear scales, except they use a discrete rather than continuous range.