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

Method redraw_axis

js/src/ColorAxis.ts:521–524  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

519 }
520
521 redraw_axis() {
522 this.draw_color_bar();
523 this.redraw_axisline();
524 }
525
526 axis_scale: ColorScale;
527 axis_line_scale:

Callers

nothing calls this directly

Calls 2

draw_color_barMethod · 0.95
redraw_axislineMethod · 0.95

Tested by

no test coverage detected