Class pvc.options.visualRoles.HeatGridPlotVisualRoles
Extends
CategoricalPlotVisualRoles.
Constructor Attributes | Constructor Name and Description |
---|---|
The visual roles options class of cartesian plot types.
|
Field Attributes | Field Name and Description |
---|---|
Chart | |
The
size visual role is a plot-level visual role that
is visually encoded by the size of visual elements.
|
|
Visual Roles | |
The
category visual role is a plot-level visual role that
represents a generic
logical grouping of the data points,
and is visually encoded by the column in a matrix in that a visual element is placed.
|
|
The
color visual role is a plot-level visual role that
is visually encoded by the color of visual elements.
|
|
The
series visual role is a plot-level visual role that represents a
series of connected data points,
and is visually encoded by the row in a matrix in that a visual element is placed.
|
Specifically, when in "shapes" mode", controls the size of the dot mark.
The size visual role automatically binds to a single numeric dimension whose name is value2.
The size visual role is optional and numeric.
When unbound, all the dot visual elements are sized to the grid cell size.
See pvc.options.VisualRole for more information on supported data types.
The base axis organizes visual elements according to its category. The orthogonal axis organizes visual elements according to its series.
For additional information, see the base version of this property: CategoricalPlotVisualRoles#category.
The color visual role automatically binds to a single numeric dimension, whose name is value.
The color visual role is optional and numeric.
When unbound, the visual elements all show the same color.
See pvc.options.VisualRole for more information on supported data types.
The base axis organizes visual elements according to their category. The orthogonal axis organizes visual elements according to their series.
For additional information, see the base version of this property: CartesianPlotVisualRoles#series.