We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9bb444 + 4ad3a7b commit c92d7e3Copy full SHA for c92d7e3
docs/src/index.md
@@ -65,7 +65,7 @@ composition of `interpolate`, `scale`, and `extrapolate`. You may not need all
65
of the the scaling and extrapolation features.
66
67
```julia
68
-interp_linear = extrapolate(scale(interpolate(A, BSpline(Linear())), xs))
+interp_linear = extrapolate(scale(interpolate(A, BSpline(Linear())), xs), Line())
69
```
70
71
If we know we do not need the extrapolation portion, we can use the following.
0 commit comments