From: Stuart Clarke on
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
--
Posted via http://www.ruby-forum.com/.

From: Jason Lillywhite on
Ever considered Ruby GNUplot?

gnuplot is a gem, as I recall.

--
Posted via http://www.ruby-forum.com/.

From: Jason Lillywhite on
Jason Lillywhite wrote:
> Ever considered Ruby GNUplot?
>
> gnuplot is a gem, as I recall.

http://rgnuplot.sourceforge.net/
--
Posted via http://www.ruby-forum.com/.

From: Jason Lillywhite on
http://rgplot.rubyforge.org/
--
Posted via http://www.ruby-forum.com/.

From: Joel VanderWerf on
Stuart Clarke 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.