-rw-r--r-- | graph-init.lua | 1 |
diff --git a/graph-init.lua b/graph-init.lua index 8e9076b9..fe7d1558 100644 --- a/graph-init.lua +++ b/graph-init.lua @@ -134,7 +134,6 @@ function graph.barplot(t) local x, y = (k-1) + pad + (j-1)*dx, row[j+1] local rect = graph.rect(x, 0, x+dx, y) p:add(rect, graph.webcolor(j)) - p:add(rect, 'black', {{'stroke', width= 0.5}}) end end |