Class: PointsEncodeEnter
_Enter properties that are evaluated when points data is processed for the first time and the raster_image mark is _
newly added to a scene.
URI: vega_scverse:PointsEncodeEnter
classDiagram
class PointsEncodeEnter
click PointsEncodeEnter href "../PointsEncodeEnter"
PointsEncodeEnter : fill
PointsEncodeEnter : fillOpacity
PointsEncodeEnter : shape
PointsEncodeEnter --> "1" CircleShape : shape
click CircleShape href "../CircleShape"
PointsEncodeEnter : size
PointsEncodeEnter : stroke
PointsEncodeEnter : strokeOpacity
PointsEncodeEnter : strokeWidth
PointsEncodeEnter : x
PointsEncodeEnter --> "1" AxisItem : x
click AxisItem href "../AxisItem"
PointsEncodeEnter : y
PointsEncodeEnter --> "1" AxisItem : y
click AxisItem href "../AxisItem"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
x | 1 AxisItem |
The x coordinates | direct |
y | 1 AxisItem |
The y coordinates | direct |
stroke | 1 String or ColorItem or RGBHexItem |
The color of the outline of each individual point | direct |
fill | 1 String or ColorItem or RGBHexItem |
The color fill of each individual point | direct |
fillOpacity | 1 String |
Opacity value for the point fill between 0 and 1 | direct |
strokeOpacity | 1 String |
Opacity value for the point outlines between 0 and 1 | direct |
strokeWidth | 1 String |
The width of the point outlines in pixels | direct |
size | 1 String |
The points bounding box area size (typographic points are 1/72 in | direct |
shape | 1 CircleShape |
The type of shape | direct |
Usages
used by | used in | type | used |
---|---|---|---|
SymbolEncode | enter | range | PointsEncodeEnter |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/scverse/vega-scverse/specification
Mappings
Mapping Type | Mapped Value |
---|---|
self | vega_scverse:PointsEncodeEnter |
native | vega_scverse:PointsEncodeEnter |
LinkML Source
Direct
name: PointsEncodeEnter
description: "Enter properties that are evaluated when points data is processed for\
\ the first time and the raster_image mark is \nnewly added to a scene."
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
x:
name: x
description: The x coordinates
from_schema: https://w3id.org/scverse/vega-scverse/encode
rank: 1000
domain_of:
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
- GroupEncodeEnter
range: AxisItem
required: true
y:
name: y
description: The y coordinates
from_schema: https://w3id.org/scverse/vega-scverse/encode
rank: 1000
domain_of:
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
- GroupEncodeEnter
range: AxisItem
required: true
stroke:
name: stroke
description: The color of the outline of each individual point.
from_schema: https://w3id.org/scverse/vega-scverse/encode
domain_of:
- LabelEncodeEnter
- PointsEncodeEnter
required: true
any_of:
- range: ColorItem
- range: RGBHexItem
fill:
name: fill
description: The color fill of each individual point.
from_schema: https://w3id.org/scverse/vega-scverse/encode
domain_of:
- Legend
- ImageEncodeEnter
- LabelEncodeEnter
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
- MarkEncodeUpdate
required: true
any_of:
- range: ColorItem
- range: RGBHexItem
fillOpacity:
name: fillOpacity
description: Opacity value for the point fill between 0 and 1.
from_schema: https://w3id.org/scverse/vega-scverse/encode
slot_uri: opacityValueSlot
domain_of:
- LabelEncodeEnter
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
required: true
strokeOpacity:
name: strokeOpacity
description: Opacity value for the point outlines between 0 and 1.
from_schema: https://w3id.org/scverse/vega-scverse/encode
slot_uri: opacityValueSlot
domain_of:
- LabelEncodeEnter
- PointsEncodeEnter
required: true
strokeWidth:
name: strokeWidth
description: The width of the point outlines in pixels.
from_schema: https://w3id.org/scverse/vega-scverse/encode
slot_uri: strokeWidth
domain_of:
- Legend
- LabelEncodeEnter
- PointsEncodeEnter
required: true
size:
name: size
description: The points bounding box area size (typographic points are 1/72 in.).
from_schema: https://w3id.org/scverse/vega-scverse/encode
slot_uri: size
domain_of:
- PointsEncodeEnter
required: true
shape:
name: shape
description: The type of shape. In this case `circle`.
from_schema: https://w3id.org/scverse/vega-scverse/encode
rank: 1000
domain_of:
- PointsEncodeEnter
range: CircleShape
required: true
Induced
name: PointsEncodeEnter
description: "Enter properties that are evaluated when points data is processed for\
\ the first time and the raster_image mark is \nnewly added to a scene."
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
x:
name: x
description: The x coordinates
from_schema: https://w3id.org/scverse/vega-scverse/encode
rank: 1000
alias: x
owner: PointsEncodeEnter
domain_of:
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
- GroupEncodeEnter
range: AxisItem
required: true
y:
name: y
description: The y coordinates
from_schema: https://w3id.org/scverse/vega-scverse/encode
rank: 1000
alias: y
owner: PointsEncodeEnter
domain_of:
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
- GroupEncodeEnter
range: AxisItem
required: true
stroke:
name: stroke
description: The color of the outline of each individual point.
from_schema: https://w3id.org/scverse/vega-scverse/encode
alias: stroke
owner: PointsEncodeEnter
domain_of:
- LabelEncodeEnter
- PointsEncodeEnter
range: string
required: true
any_of:
- range: ColorItem
- range: RGBHexItem
fill:
name: fill
description: The color fill of each individual point.
from_schema: https://w3id.org/scverse/vega-scverse/encode
alias: fill
owner: PointsEncodeEnter
domain_of:
- Legend
- ImageEncodeEnter
- LabelEncodeEnter
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
- MarkEncodeUpdate
range: string
required: true
any_of:
- range: ColorItem
- range: RGBHexItem
fillOpacity:
name: fillOpacity
description: Opacity value for the point fill between 0 and 1.
from_schema: https://w3id.org/scverse/vega-scverse/encode
slot_uri: opacityValueSlot
alias: fillOpacity
owner: PointsEncodeEnter
domain_of:
- LabelEncodeEnter
- PointsEncodeEnter
- PathEncodeEnter
- TextEncodeEnter
range: string
required: true
strokeOpacity:
name: strokeOpacity
description: Opacity value for the point outlines between 0 and 1.
from_schema: https://w3id.org/scverse/vega-scverse/encode
slot_uri: opacityValueSlot
alias: strokeOpacity
owner: PointsEncodeEnter
domain_of:
- LabelEncodeEnter
- PointsEncodeEnter
range: string
required: true
strokeWidth:
name: strokeWidth
description: The width of the point outlines in pixels.
from_schema: https://w3id.org/scverse/vega-scverse/encode
slot_uri: strokeWidth
alias: strokeWidth
owner: PointsEncodeEnter
domain_of:
- Legend
- LabelEncodeEnter
- PointsEncodeEnter
range: string
required: true
size:
name: size
description: The points bounding box area size (typographic points are 1/72 in.).
from_schema: https://w3id.org/scverse/vega-scverse/encode
slot_uri: size
alias: size
owner: PointsEncodeEnter
domain_of:
- PointsEncodeEnter
range: string
required: true
shape:
name: shape
description: The type of shape. In this case `circle`.
from_schema: https://w3id.org/scverse/vega-scverse/encode
rank: 1000
alias: shape
owner: PointsEncodeEnter
domain_of:
- PointsEncodeEnter
range: CircleShape
required: true