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.
1 parent ef7f68e commit 4ad3a7bCopy full SHA for 4ad3a7b
docs/src/index.md
@@ -63,7 +63,7 @@ composition of `interpolate`, `scale`, and `extrapolate`. You may not need all
63
of the the scaling and extrapolation features.
64
65
```julia
66
-interp_linear = extrapolate(scale(interpolate(A, BSpline(Linear())), xs))
+interp_linear = extrapolate(scale(interpolate(A, BSpline(Linear())), xs), Line())
67
```
68
69
If we know we do not need the extrapolation portion, we can use the following.
0 commit comments