MCPcopy
hub / github.com/tensorflow/playground / HeatMapSettings

Interface HeatMapSettings

src/heatmap.ts:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17import * as d3 from 'd3';
18
19export interface HeatMapSettings {
20 [key: string]: any;
21 showAxes?: boolean;
22 noSvg?: boolean;
23}
24
25/** Number of different shades (colors) when drawing a gradient heatmap */
26const NUM_SHADES = 30;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…