-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
Description
题目统计页面会绘制前后缀和曲线,然而有时它们会不单调!
这是因为这里的插值方法是不保持原有离散数据点的单调性的。
是时候使用真正的技术了:https://en.wikipedia.org/wiki/Monotone_cubic_interpolation
似乎 d3-shape 这个库支持这种保单调性的插值,但需要研究研究如何使用
Reactions are currently unavailable