Leon4gr45's picture
Upload folder using huggingface_hub (part 8)
fcf3b03 verified
Raw
History Blame Contribute Delete
102 Bytes
import "pow";
import "scale";
d3.scale.sqrt = function() {
return d3.scale.pow().exponent(0.5);
};