gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/examples/bspline.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bspline.lua')
-rw-r--r--examples/bspline.lua 2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bspline.lua b/examples/bspline.lua
index 00ef700a..e041d4a2 100644
--- a/examples/bspline.lua
+++ b/examples/bspline.lua
@@ -22,7 +22,7 @@ function demo1()
local c, cov = mlinear(X, y, w)
local p = plot('B-splines curve approximation')
- p:addline(xyline(x, mul(X, c)))
+ p:addline(xyline(x, X*c))
p:addline(xyline(x, y), 'blue', {{'marker', size=5}})
p:show()
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月20日 17:30:16 +0000

AltStyle によって変換されたページ (->オリジナル) /