gpt4 book ai didi

javascript - 在 d3.js 中自定义比例函数

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:48:58 25 4
gpt4 key购买 nike

我想将 1-1000 映射到 1-190,我的映射函数是:

f(x) = { x                     if 1<=x and x<=100,
100 + (x-100)/10 if 100 < x <= 1000 }

我该怎么办?

最佳答案

最后通过追源码得到解决方案:

d3.scale.linear().domain([1, 100, 1000]).range([1, 100,190]) //poly-linear

关于javascript - 在 d3.js 中自定义比例函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13641944/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com