Skip to content

Enum: AxisRangeEnum

Possible values which to map the data domain to.

URI: AxisRangeEnum

Permissible Values

Value Meaning Description
height None Referring to the height of the plotting area
width None Referring to the width of the plotting area

Slots

Name Description
range Defines the target visual dimension for the axis scale's output range

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/scverse/vega-scverse/specification

LinkML Source

name: AxisRangeEnum
description: Possible values which to map the data domain to.
from_schema: https://w3id.org/scverse/vega-scverse/specification
rank: 1000
permissible_values:
  height:
    text: height
    description: Referring to the height of the plotting area.
  width:
    text: width
    description: Referring to the width of the plotting area.