MCPcopy Create free account
hub / github.com/plotly/plotly.js / almostInFinalRange

Function almostInFinalRange

src/traces/isosurface/convert.js:371–377  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

369 }
370
371 function almostInFinalRange(value) {
372 var vErr = 0.001 * (vMax - vMin);
373 return (
374 value >= vMin - vErr &&
375 value <= vMax + vErr
376 );
377 }
378
379 function getXYZV(indecies) {
380 var xyzv = [];

Callers 1

tryDrawTriFunction · 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…