Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/automeris-io/WebPlotDigitizer
/ setAxesForDataset
Method
setAxesForDataset
app/javascript/core/plotData.js:151–153 ·
view source on GitHub ↗
(ds, ax)
Source
from the content-addressed store, hash-verified
149
}
150
151
setAxesForDataset(ds, ax) {
152
this._objectAxesMap.set(ds, ax);
153
}
154
155
setAxesForMeasurement(ms, ax) {
156
this._objectAxesMap.set(ms, ax);
Callers
5
main
Function · 0.80
changeAxes
Function · 0.80
addDataset
Method · 0.80
_deserializePreVersion4
Method · 0.80
_deserializeVersion4
Method · 0.80
Calls
1
set
Method · 0.80
Tested by
no test coverage detected