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

Function drawSurface

src/traces/isosurface/convert.js:799–803  ·  view source on GitHub ↗
(style, min, max)

Source from the content-addressed store, hash-verified

797 }
798
799 function drawSurface(style, min, max) {
800 drawingSurface = true;
801 draw3d(style, min, max);
802 drawingSurface = false;
803 }
804
805 function drawSectionX(style, items, min, max, distRatios, previousResult) {
806 var result = [];

Callers 1

drawAllFunction · 0.85

Calls 1

draw3dFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…