Questions tagged [sciruby]

SciRuby is a tools for Scientific Computing in Ruby.

SciRuby is a collection of tools for Scientific Computing in Ruby.

Ruby has for some time lacked libraries implementing the basic tools needed for scientific computing and data visualization.

http://sciruby.com/

18 questions
0
votes
1 answer

SciRuby not plotting the bars

I don't see output for my SciRuby code. I expected to see output but I am getting output like the one in below screenshot Code: require 'nyaplot' include Nyaplot plot = Plot.new bar = plot.add(:bar, [:a, :b, :c], [3,4,5]) plot Logs: ➜ Ruby…
abhimanyuaryan
  • 3,882
  • 5
  • 41
  • 83
0
votes
1 answer

SciRuby error failed to build gem native extension

I was installing SciRuby in my macbook(OSX). I had this similar issues when installing SciRuby in another Ubuntu laptop which was fixed here. ~ gem install sciruby-full Building native extensions. This could take a while... ERROR: Error…
abhimanyuaryan
  • 3,882
  • 5
  • 41
  • 83
0
votes
1 answer

failed to install sciruby

I am trying to install SciRuby on my Ubuntu 14.04 machine but installation failed. I also have an open github issue issue but had no success in installation process. By looking at the errors I am sure there some C/C++ compilation problem. Any help…
abhimanyuaryan
  • 3,882
  • 5
  • 41
  • 83
1
2