Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bqplot/bqplot
/ getScales
Method
getScales
js/src/PanZoomModel.ts:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
getScales(): Dict<ScaleModel[]> {
74
return
this.get(
'scales'
);
75
}
76
77
static serializers = {
78
...WidgetModel.serializers,
Callers
2
reset_scales
Method · 0.95
snapshot_scales
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected