Skip to content

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 --> "1" OpacityObject : fillOpacity click OpacityObject href "../OpacityObject" PointsEncodeEnter : shape PointsEncodeEnter --> "1" CircleShapeObject : shape click CircleShapeObject href "../CircleShapeObject" PointsEncodeEnter : size PointsEncodeEnter --> "1" PositiveFloatObject : size click PositiveFloatObject href "../PositiveFloatObject" PointsEncodeEnter : stroke PointsEncodeEnter : strokeOpacity PointsEncodeEnter --> "0..1" OpacityObject : strokeOpacity click OpacityObject href "../OpacityObject" PointsEncodeEnter : strokeWidth PointsEncodeEnter --> "0..1" PositiveFloatObject : strokeWidth click PositiveFloatObject href "../PositiveFloatObject" 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
OpacityObject
Opacity value for the point fill between 0 and 1 direct
strokeOpacity 0..1
OpacityObject
Opacity value for the point outlines between 0 and 1 direct
strokeWidth 0..1
PositiveFloatObject
The width of the point outlines in pixels direct
size 1
PositiveFloatObject
The points bounding box area size (typographic points are 1/72 in direct
shape 1
CircleShapeObject
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
    - PathEncodeEnter
    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
    domain_of:
    - LabelEncodeEnter
    - PointsEncodeEnter
    - PathEncodeEnter
    - TextEncodeEnter
    range: OpacityObject
    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
    domain_of:
    - LabelEncodeEnter
    - PointsEncodeEnter
    - PathEncodeEnter
    range: OpacityObject
  strokeWidth:
    name: strokeWidth
    description: The width of the point outlines in pixels.
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    domain_of:
    - Legend
    - LabelEncodeEnter
    - PointsEncodeEnter
    - PathEncodeEnter
    range: PositiveFloatObject
  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
    domain_of:
    - PointsEncodeEnter
    range: PositiveFloatObject
    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: CircleShapeObject
    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
    - PathEncodeEnter
    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
    alias: fillOpacity
    owner: PointsEncodeEnter
    domain_of:
    - LabelEncodeEnter
    - PointsEncodeEnter
    - PathEncodeEnter
    - TextEncodeEnter
    range: OpacityObject
    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
    alias: strokeOpacity
    owner: PointsEncodeEnter
    domain_of:
    - LabelEncodeEnter
    - PointsEncodeEnter
    - PathEncodeEnter
    range: OpacityObject
  strokeWidth:
    name: strokeWidth
    description: The width of the point outlines in pixels.
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    alias: strokeWidth
    owner: PointsEncodeEnter
    domain_of:
    - Legend
    - LabelEncodeEnter
    - PointsEncodeEnter
    - PathEncodeEnter
    range: PositiveFloatObject
  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
    alias: size
    owner: PointsEncodeEnter
    domain_of:
    - PointsEncodeEnter
    range: PositiveFloatObject
    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: CircleShapeObject
    required: true