MCPcopy Index your code
hub / github.com/csev/py4e / redraw

Function redraw

code/pagerank/d3.v2.js:4311–4315  ·  view source on GitHub ↗
(g)

Source from the content-addressed store, hash-verified

4309 }
4310
4311 function redraw(g) {
4312 g.selectAll(".resize").attr("transform", function(d) {
4313 return "translate(" + extent[+/e$/.test(d)][0] + "," + extent[+/^s/.test(d)][1] + ")";
4314 });
4315 }
4316
4317 function redrawX(g) {
4318 g.select(".extent").attr("x", extent[0][0]);

Callers 2

brushFunction · 0.70
brushmoveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected