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

Method update_marker_size

js/src/Lines.ts:801–804  ·  view source on GitHub ↗
(model, markerSize)

Source from the content-addressed store, hash-verified

799 }
800
801 update_marker_size(model, markerSize): void {
802 this.compute_view_padding();
803 this.d3el.selectAll('.dot').attr('d', this.dot.size(markerSize));
804 }
805
806 clear_style(style_dict, indices?) {}
807

Callers

nothing calls this directly

Calls 1

compute_view_paddingMethod · 0.95

Tested by

no test coverage detected