MCPcopy
hub / github.com/widgetti/ipyvolume / pointish

Function pointish

docs/source/examples/js/ipyvolume_v0.6.0-dev.1.js:23103–23115  ·  view source on GitHub ↗
(scale)

Source from the content-addressed store, hash-verified

23101}
23102
23103function pointish(scale) {
23104 var copy = scale.copy;
23105
23106 scale.padding = scale.paddingOuter;
23107 delete scale.paddingInner;
23108 delete scale.paddingOuter;
23109
23110 scale.copy = function() {
23111 return pointish(copy());
23112 };
23113
23114 return scale;
23115}
23116
23117function point() {
23118 return pointish(band.apply(null, arguments).paddingInner(1));

Callers 1

pointFunction · 0.85

Calls 1

copyFunction · 0.85

Tested by

no test coverage detected