-rw-r--r-- | examples/bspline.lua | 1 |
diff --git a/examples/bspline.lua b/examples/bspline.lua index a24120b2..7df29a11 100644 --- a/examples/bspline.lua +++ b/examples/bspline.lua @@ -29,6 +29,7 @@ function demo1() local p = plot('B-splines curve approximation') p:addline(xyline(x, X * c)) p:addline(xyline(x, y), 'blue', {{'marker', size=5}}) + p.clip = false p:show() return p |