MCPcopy
hub / github.com/tensorflow/tfjs / xDomain

Function xDomain

tfjs-vis/src/render/scatterplot.ts:80–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 };
79
80 const xDomain = (): {}|undefined => {
81 if (options.zoomToFit) {
82 return {'zero': false};
83 } else if (options.xAxisDomain != null) {
84 return {'domain': options.xAxisDomain};
85 }
86 return undefined;
87 };
88
89 const yDomain = (): {}|undefined => {
90 if (options.zoomToFit) {

Callers 1

scatterplotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…