I can access ruby gnuplot if I set my working directory to rgplot and then require 'lib/gnuplot.rb'
However, after installing the gem, I can't seem to use gnuplot system wide. I tried doing require 'gnpulot' and that
didn't work. I tried just running the examples without the require, but that didn't work either. The gem installed fine
(gnuplot-2.2 is in my installed gems folder, along with rails, rake, etc...).
Any ideas on what I'm doing wrong?
Thanks,
Reuben Grinberg |