From: Rick Jones Date: 2008-12-12T02:12:52+09:00 Subject: Re: Gruff labels Roger Pack wrote: > >> The error message that I am getting is something about annotation. >> "cannot convert fixnum to string." > > Odd > I'd first make sure you're passing in something like > g.labels = { > 0 => '5/6', > 2 => '5/15', > 4 => '5/24', > 6 => '5/30', > } > > -=R It turned out, my problem was that when I initialized my hash, I shouldn't have ended with the (0). I didn't think it was a big deal but it worked perfect as soon as I took it away... Thanks for your help on the matter though. Much appreciated. -- Posted via http://www.ruby-forum.com/.