MCPcopy Index your code
hub / github.com/bqplot/bqplot / relayout

Method relayout

js/src/HeatMap.ts:104–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103
104 relayout() {
105 this.set_ranges();
106 this.compute_view_padding();
107 this.draw();
108 }
109
110 private drawCanvas() {
111 this.image.attr('href', this.canvas.toDataURL('image/png'));

Callers

nothing calls this directly

Calls 3

set_rangesMethod · 0.95
compute_view_paddingMethod · 0.95
drawMethod · 0.95

Tested by

no test coverage detected