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

Method draw

lit_nlp/client/modules/dive_module.ts:502–506  ·  view source on GitHub ↗

Binds the labels and dots to the Megaplot scene.

()

Source from the content-addressed store, hash-verified

500
501 /** Binds the labels and dots to the Megaplot scene. */
502 private draw() {
503 this.selections.columnLabels?.bind(this.columns);
504 this.selections.rowLabels?.bind(this.rows);
505 this.selections.points?.bind(this.dots);
506 }
507
508 /** Resets the scale of the Megaplot Scene. */
509 private resetScale() {

Callers 1

firstUpdatedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected