-rw-r--r-- | examples/anim.lua | 2 |
diff --git a/examples/anim.lua b/examples/anim.lua index 0d1b1828..8047e00e 100644 --- a/examples/anim.lua +++ b/examples/anim.lua @@ -29,7 +29,7 @@ function demo2() local w = 4*exp((j-256)/256) p:clear() local ln = fxline(|x| exp(-0.1*x)*cos(w*x), 0, x1) - p:draw(ln, 'red', {{'stroke'}}) + p:draw(ln, 'red', {{'stroke', width=1.5}}) p:refresh() end end |