Byte-Lab / JCoz

JCoz -- A Java causal profiler

Home Page:http://decave.github.io/JCoz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use best fit line instead of linear interpolation when graphing results

Byte-Lab opened this issue · comments

The default behavior of a JavaFX line chart is to linearly interpolate between points.

In my opinion, it would be more intuitive and less noisy to instead use either a least squares best fit line or some other polynomial interpolation for the line chart.