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 --> "1" PositiveFloatObject : height
click PositiveFloatObject href "../PositiveFloatObject"
GroupEncodeEnter : width
GroupEncodeEnter --> "1" PositiveFloatObject : width
click PositiveFloatObject href "../PositiveFloatObject"
GroupEncodeEnter : x
GroupEncodeEnter --> "1" PositiveFloatObject : x
click PositiveFloatObject href "../PositiveFloatObject"
GroupEncodeEnter : y
GroupEncodeEnter --> "1" PositiveFloatObject : y
click PositiveFloatObject href "../PositiveFloatObject"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| x | 1 PositiveFloatObject |
Placing of the group mark along the x axis (width of the complete charter) | direct |
| y | 1 PositiveFloatObject |
Placing of the group mark along the y axis (height of the complete charter) | direct |
| width | 1 PositiveFloatObject |
The width of the mark in pixels | direct |
| height | 1 PositiveFloatObject |
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: PositiveFloatObject
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: PositiveFloatObject
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: PositiveFloatObject
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: PositiveFloatObject
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: PositiveFloatObject
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: PositiveFloatObject
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: PositiveFloatObject
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: PositiveFloatObject
required: true