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

Enumeration pvc.options.varia.ColorScaleType


Extends string.

Field Summary
Field Attributes Field Name and Description
 
A discrete scale is used.
 
A linear scale is used to map a numeric domain into a color range.
 
A normal distribution scale is used.
Enumeration Detail
pvc.options.varia.ColorScaleType
The type of color scale for continuous color axes.
Field Detail
Discrete
A discrete scale is used.

The numeric domain is quantized and then mapped to a discrete number of colors.

Value:
'discrete'

Linear
A linear scale is used to map a numeric domain into a color range.
Value:
'linear'

Normal
A normal distribution scale is used.

This scale type is currently unsupported.

Value:
'normal'

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