Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 1.72 KB

transform-scale.rst

File metadata and controls

75 lines (49 loc) · 1.72 KB

Scales

Scales are functions that map from an input domain to an output range. Quantitative scales have a continuous domain, such as the set of real numbers, or dates. There are also ordinal scales, which have a discrete domain, such as a set of names or categories.

Quantitative scale

glumpy.transforms.QuantitativeScale

Linear scale

glumpy.transforms.LinearScale

Power scale

glumpy.transforms.PowerScale

Log scale

glumpy.transforms.LogScale

transform-quantitative-scale transform-linear-scale transform-power-scale transform-log-scale