Interface: CorrMatrixOptions
Defined in: stats/charts.ts:109
Properties
colormap?
ts
optional colormap?: ColormapSpec;Defined in: stats/charts.ts:115
Defaults to a diverging map so ±1 read as opposites.
columns
ts
columns: readonly ArrayLike<number>[];Defined in: stats/charts.ts:111
One array per variable.
labelAxes?
ts
optional labelAxes?: boolean;Defined in: stats/charts.ts:117
Label the axes with names. Default true.
name?
ts
optional name?: string;Defined in: stats/charts.ts:118
names?
ts
optional names?: string[];Defined in: stats/charts.ts:113
Variable names, used for the axis tick labels.
yAxis?
ts
optional yAxis?: string;Defined in: stats/charts.ts:119