Model Index

Types By Namespace

cdo

def

pvc

pvc.data

pvc.options

pvc.options.axes

pvc.options.charts

pvc.options.ext

pvc.options.format

pvc.options.marks

pvc.options.panels

pvc.options.plots

pvc.options.varia

pvc.options.visualRoles

pvc.visual

Class pvc.options.visualRoles.HeatGridPlotVisualRoles


Extends CategoricalPlotVisualRoles.

Class Summary
Constructor Attributes Constructor Name and Description
 
The visual roles options class of cartesian plot types.
Field Summary
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.
Class Detail
pvc.options.visualRoles.HeatGridPlotVisualRoles
The visual roles options class of cartesian plot types.
Field Detail
{string|pvc.options.VisualRole} size
The size visual role is a plot-level visual role that is visually encoded by the size of visual elements.

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.


{string|pvc.options.VisualRole} category
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 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.


{string|pvc.options.VisualRole} color
The color visual role is a plot-level visual role that is visually encoded by the color of visual elements.

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.


{string|pvc.options.VisualRole} series
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.

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.


Documentation generated by JsDoc Toolkit 2.4.0 on Thu Dec 20 2018 15:47:44 GMT-0000 (WET)