graphs:
various techniques used
- the svg library
- creating XML, than generating SVG using XSLT
I have not used scruffy
filtering out the second column... you can use a collect statement
joe = people.find_all {|person| person[0] =~ /Joe/}
joe = joe.sort_by {|j| j[1]}.reverse!
joe.collect!{|arr| [arr[0] , arr[2]]}