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

Method relayout

js/src/Boxplot.ts:650–656  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

648 }
649
650 relayout() {
651 this.set_ranges();
652 this.compute_view_padding();
653
654 // We have to redraw every time that we relayout
655 this.draw();
656 }
657
658 draw_legend(elem, x_disp, y_disp, inter_x_disp, inter_y_disp) {
659 const stroke = this.model.get('stroke');

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