MCPcopy Create free account
hub / github.com/PAIR-code/lit / Label

Interface Label

lit_nlp/client/modules/dive_module.ts:92–96  ·  view source on GitHub ↗

Labels used to annotate columns and rows in the matrix.

Source from the content-addressed store, hash-verified

90
91/** Labels used to annotate columns and rows in the matrix. */
92interface Label {
93 text: string;
94 pixel: Position2D;
95 world: Position2D;
96}
97
98/** Megaplot Selections used to create the Dive visualization. */
99interface DiveSelections {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected