Skip to content

Enum: MarkTypeEnum

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

URI: MarkTypeEnum

Permissible Values

Value Meaning Description
raster_image None Mark used for a SpatialData image element
raster_label None Mark used for SpatialData label element
symbol None The mark used for points data
path None The mark used for circle and shapes geometries

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: MarkTypeEnum
description: The valid mark types within the scverse plotting / visualization ecosystem.
from_schema: https://w3id.org/scverse/vega-scverse/specification
rank: 1000
permissible_values:
  raster_image:
    text: raster_image
    description: Mark used for a SpatialData image element.
  raster_label:
    text: raster_label
    description: Mark used for SpatialData label element.
  symbol:
    text: symbol
    description: The mark used for points data.
  path:
    text: path
    description: The mark used for circle and shapes geometries.