Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ convert.js
File
convert.js
src/traces/scatter3d/convert.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
var
createLinePlot = require(
'../../../stackgl_modules'
).gl_line3d;
4
var
createScatterPlot = require(
'../../../stackgl_modules'
).gl_scatter3d;
Callers
nothing calls this directly
Calls
5
convertPlotlyOptions
Function · 0.85
arrayToColor
Function · 0.85
createLinePlot
Function · 0.85
createErrorBars
Function · 0.85
constructDelaunay
Function · 0.85
Tested by
no test coverage detected