Date: 2009-05-08 21:32
Sender: Nils o. Janus
With this fix, my current version from GitHub ran into the following
error:
wrong number of arguments (1 for 0)
/home/noj/Projectz/StudStatz/vendor/plugins/gruff/lib/gruff/base.
rb:675:in `normalize'
/home/noj/Projectz/StudStatz/vendor/plugins/gruff/lib/gruff/base.
rb:675:in `draw_line_markers'
/home/noj/Projectz/StudStatz/vendor/plugins/gruff/lib/gruff/base.
rb:524:in `setup_drawing'
where changing line 675 of base.rb from normalize(true) to normalize(
) did the trick.
More information:
http://blog.janus.cx/archives/274-Gruff-line-graph,-y_axis_increm
ent,-wrong-number-of-arguments-1-for-0.html |