Commit e3b2ffcc authored by Michael's avatar Michael

Update README.md

readme refactoring
parent 0dc303eb
...@@ -30,14 +30,14 @@ The old fit option has been replaced with monotonicFit, which if set, enforces t ...@@ -30,14 +30,14 @@ The old fit option has been replaced with monotonicFit, which if set, enforces t
``` ```
or or
``` ```
... lines: { show: true}, ... points: { show: true},
curvedLines: { curvedLines: {
apply: true, apply: true,
nrSplinePoints: 30, nrSplinePoints: 30,
monotonicFit: true monotonicFit: true
} ... } ...
``` ```
or .... ....
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
...@@ -52,8 +52,11 @@ The old fit option has been replaced with monotonicFit, which if set, enforces t ...@@ -52,8 +52,11 @@ The old fit option has been replaced with monotonicFit, which if set, enforces t
| tension | double | [0,1] defines the tension parameter of the hermite spline interpolation (only if monotonicFit = false) | | tension | double | [0,1] defines the tension parameter of the hermite spline interpolation (only if monotonicFit = false) |
| nrSplinePoints | int | defines the number of sample points (of the spline) in between two consecutive points | | nrSplinePoints | int | defines the number of sample points (of the spline) in between two consecutive points |
deprecated options from curvedLines prior to 1.0.0: ### deprecated pre 1.0.0 plotting ###
* * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * *
legacy options:
* * * * * * * * * * * * * * * * * * * * * * * *
to use the old curve computation algorithm with default parameters simply set legacyOverride to true to use the old curve computation algorithm with default parameters simply set legacyOverride to true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment