MCPcopy Create free account
hub / github.com/bqplot/bqplot / update_scale_domain

Method update_scale_domain

js/src/BrushSelector.ts:432–438  ·  view source on GitHub ↗
(ignore_gui_update)

Source from the content-addressed store, hash-verified

430 }
431
432 update_scale_domain(ignore_gui_update) {
433 // Call the base class function to update the scale.
434 super.update_scale_domain();
435 if (ignore_gui_update !== true) {
436 this.selected_changed();
437 }
438 }
439
440 selected_changed() {
441 if (this.brushing) {

Callers

nothing calls this directly

Calls 1

selected_changedMethod · 0.95

Tested by

no test coverage detected