Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bqplot/bqplot
/ update_marks
Method
update_marks
js/src/Figure.ts:807–809 ·
view source on GitHub ↗
(mark_views)
Source
from the content-addressed store, hash-verified
805
}
806
807
update_marks(mark_views) {
808
this.update_paddings();
809
}
810
811
remove_mark(view: Mark) {
812
// Called when a mark is removed from the mark list.
Callers
1
renderImpl
Method · 0.95
Calls
1
update_paddings
Method · 0.95
Tested by
no test coverage detected