Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bqplot/bqplot
/ remove
Method
remove
js/src/Image.ts:125–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
123
}
124
125
remove() {
126
URL.revokeObjectURL(this.im.attr(
'href'
));
127
super.remove();
128
}
129
130
relayout() {
131
this.draw(true);
Callers
15
relayout
Method · 0.45
compute_dimensions_and_draw
Method · 0.45
draw_map
Method · 0.45
clear_selected
Method · 0.45
mouseout_handler
Method · 0.45
show_tooltip
Method · 0.45
create_tooltip_widget
Method · 0.45
update_display
Method · 0.45
set_scale_promise
Method · 0.45
draw
Method · 0.45
draw_legend
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected