Tagged Questions
0
votes
1answer
117 views
Segmentation fault in Gruff prevents me from generating a simple chart
I am experimenting with simple projects and RonR, specifically trying to generate some graphs using the gruff gem with rmagick and image magic. Everything is installed successfully, but when I run ...
1
vote
1answer
503 views
Gruff is not working well. What to do?
I`m facing a problem with Gruff and Rails.
Examples on the site fail with:
ZeroDivisionError: divided by 0
from ...
1
vote
2answers
897 views
rmagick installation [closed]
I am facing some issues while installing Rmagick.
There are 2 ways to install this:
1] using Ruby-Gem
2] bld the source
I am facing issues in both, but I will like to be able to get the gem and ...
1
vote
1answer
557 views
Ruby 1.9 compatible plotting / graphic library?
I feel like I have a simple desire that no one can satisfy: I want to be able to graph a set of points, and I am using Ruby 1.9.2.
I would like to use Gruff or Scruffy, since these seem to be the ...