Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ a0
Function
a0
src/plot_api/plot_api.js:1393–1397 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1391
1392
// make a new empty vals array for undoit
1393
function
a0() {
1394
return
traces.map(
function
() {
1395
return
undefined;
1396
});
1397
}
1398
1399
// for autoranging multiple axes
1400
function
addToAxlist(axid) {
Callers
2
doextra
Function · 0.85
_restyle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected