Skip to content

Enum: AxisEnum

Possible values for the type of

URI: AxisEnum

Permissible Values

Value Meaning Description
x None x-axis of the visualization
y None y-axis of the visualization

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: AxisEnum
description: Possible values for the type of
from_schema: https://w3id.org/scverse/vega-scverse/specification
rank: 1000
permissible_values:
  x:
    text: x
    description: x-axis of the visualization. Typically referring to the horizontal
      axis.
  y:
    text: y
    description: y-axis of the visualization. Typically referring to the vertical
      axis.