vote up 3 vote down star
3

Similar: What graphing packages/APIs exist for Perl?

I'm doing some research into online graphing packages for different languages and would like to know what current, up-to-date graphing packages there are for Ruby which are worth investigating.

Minimum desired capabilities should include the kind which Google offers through its API.

A brief synopsis of the key benefits of the recommended package / API would be appreciated.

flag

47% accept rate

4 Answers

vote up 0 vote down

rgplot is a ruby gnuplot gem. It enables gnuplot visualizations from ruby. I am a longtime fan of gnuplot, so I am biased - gnuplot gives a simple scripting approach to creating graphs. I also found something called rmagick which looks neat.

link|flag
vote up 0 vote down

I quite like eXtended Ruby Vector Graphics (http://xrvg.rubyforge.org/)

link|flag
vote up 1 vote down

I have the following bookmarked for investigation when time permits:

Flash-based

I haven't tried any of these yet, but they all look promising if you want snappy animation:

Google Charts

Both gems are somewhat works-in-progress. I've tried both in some simple cases, both worked fairlyl well, although I think a DSL-style alternative would be a winner. (Note to self).

RMagick based

I am Windows-based, which seems to be a Bad Thing for RMagick installation. I got it working - briefly - then it stopped. In that time I managed to try gruff, which worked nicely enough. But the library is too much hassle for my short temper!

link|flag
vote up 0 vote down

You also have ruby-gd, bindings for gd2.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.