Skip to content

Enum: LegendType

The valid mark types within the scverse plotting / visualization ecosystem.

URI: LegendType

Permissible Values

Value Meaning Description
discrete None legend type for categorical data
gradient None legend type for continuous data

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: legendType
description: The valid mark types within the scverse plotting / visualization ecosystem.
from_schema: https://w3id.org/scverse/vega-scverse/specification
rank: 1000
permissible_values:
  discrete:
    text: discrete
    description: legend type for categorical data
  gradient:
    text: gradient
    description: legend type for continuous data