Enum: ScaleEnum
Possible values for the type of Scale
URI: ScaleEnum
Permissible Values
Value | Meaning | Description |
---|---|---|
linear | None | Maps continuous numeric data to a continuous range |
ordinal | None | Maps discrete values (categories) to distinct values in the output range |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/scverse/vega-scverse/specification
LinkML Source
name: ScaleEnum
description: Possible values for the type of Scale
from_schema: https://w3id.org/scverse/vega-scverse/specification
rank: 1000
permissible_values:
linear:
text: linear
description: Maps continuous numeric data to a continuous range.
ordinal:
text: ordinal
description: Maps discrete values (categories) to distinct values in the output
range.