Reports & Graphs

Hey all,

I was doing a bit of looking around for the best reporting and graph
libraries in Ruby and I was wondering which ones you would recommend?

Thanks a lot

Ever considered Ruby GNUplot?

gnuplot is a gem, as I recall.

Jason L. wrote:

Ever considered Ruby GNUplot?

gnuplot is a gem, as I recall.

Stuart C. wrote:

Hey all,

I was doing a bit of looking around for the best reporting and graph
libraries in Ruby and I was wondering which ones you would recommend?

RRDTool is nice if you are always plotting the last N seconds. The
rrdtool library does the buffering for you.

http://rgplot.rubyforge.org/