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

Method set_positional_scales

js/src/Map.ts:50–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 relayout() {}
49
50 set_positional_scales() {
51 const geo_scale = this.scales.projection;
52 this.listenTo(geo_scale, 'domain_changed', () => {
53 if (!this.model.dirty) {
54 this.draw();
55 }
56 });
57 }
58
59 initialize_additional_scales() {
60 const color_scale = this.scales.color;

Callers 1

set_scale_viewsFunction · 0.45

Calls 1

drawMethod · 0.95

Tested by

no test coverage detected