Closed Watson1978 closed 2 years ago
Fix https://github.com/topfunky/gruff/issues/83
require File.expand_path('~/prj/gruff/lib/gruff') g = Gruff::Line.new g.data "", [0, 1000, 0, 1000, 0], '#f00' g.hide_dots = true g.line_width = 10 g.write("line.png")
Fix https://github.com/topfunky/gruff/issues/83
Test code