Skip to content

Class: GroupEncodeEnter

Encoding for the position, width and height of a group mark.

URI: vega_scverse:GroupEncodeEnter

classDiagram class GroupEncodeEnter click GroupEncodeEnter href "../GroupEncodeEnter" GroupEncodeEnter : height GroupEncodeEnter : width GroupEncodeEnter : x GroupEncodeEnter : y

Slots

Name Cardinality and Range Description Inheritance
x 1
Float
Placing of the group mark along the x axis (width of the complete charter) direct
y 1
Float
Placing of the group mark along the y axis (height of the complete charter) direct
width 1
Float
The width of the mark in pixels direct
height 1
Float
The height of the mark in pixels direct

Usages

used by used in type used
GroupEncode enter range GroupEncodeEnter

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self vega_scverse:GroupEncodeEnter
native vega_scverse:GroupEncodeEnter

LinkML Source

Direct

name: GroupEncodeEnter
description: Encoding for the position, width and height of a group mark.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
  x:
    name: x
    description: 'Placing of the group mark along the x axis (width of the complete
      charter). The origin

      is on the left side.'
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    domain_of:
    - PointsEncodeEnter
    - PathEncodeEnter
    - TextEncodeEnter
    - GroupEncodeEnter
    range: float
    required: true
  y:
    name: y
    description: 'Placing of the group mark along the y axis (height of the complete
      charter). The origin

      is on the top side.'
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    domain_of:
    - PointsEncodeEnter
    - PathEncodeEnter
    - TextEncodeEnter
    - GroupEncodeEnter
    range: float
    required: true
  width:
    name: width
    description: The width of the mark in pixels.
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    domain_of:
    - ViewConfiguration
    - GroupEncodeEnter
    range: float
    required: true
  height:
    name: height
    description: The height of the mark in pixels.
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    domain_of:
    - ViewConfiguration
    - GroupEncodeEnter
    range: float
    required: true

Induced

name: GroupEncodeEnter
description: Encoding for the position, width and height of a group mark.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
  x:
    name: x
    description: 'Placing of the group mark along the x axis (width of the complete
      charter). The origin

      is on the left side.'
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    alias: x
    owner: GroupEncodeEnter
    domain_of:
    - PointsEncodeEnter
    - PathEncodeEnter
    - TextEncodeEnter
    - GroupEncodeEnter
    range: float
    required: true
  y:
    name: y
    description: 'Placing of the group mark along the y axis (height of the complete
      charter). The origin

      is on the top side.'
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    alias: y
    owner: GroupEncodeEnter
    domain_of:
    - PointsEncodeEnter
    - PathEncodeEnter
    - TextEncodeEnter
    - GroupEncodeEnter
    range: float
    required: true
  width:
    name: width
    description: The width of the mark in pixels.
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    alias: width
    owner: GroupEncodeEnter
    domain_of:
    - ViewConfiguration
    - GroupEncodeEnter
    range: float
    required: true
  height:
    name: height
    description: The height of the mark in pixels.
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    alias: height
    owner: GroupEncodeEnter
    domain_of:
    - ViewConfiguration
    - GroupEncodeEnter
    range: float
    required: true