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

Function drawSpaceframe

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

Source from the content-addressed store, hash-verified

791 }
792
793 function drawSpaceframe(style, min, max) {
794 drawingSpaceframe = true;
795 draw3d(style, min, max);
796 drawingSpaceframe = false;
797 }
798
799 function drawSurface(style, min, max) {
800 drawingSurface = true;

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…