This is part of ruby gnuplot gem. It already can plot something (see examples and notebooks) but some features still waiting for implementation.
<img src=“https://badge.fury.io/rb/gnuplotrb.svg” alt=“Gem Version” />
<img src=“https://travis-ci.org/dilcom/gnuplotrb.svg?branch=master” alt=“Build Status” /> <img src=“https://codeclimate.com/github/dilcom/gnuplotrb/badges/gpa.svg” alt=“Code quality” /> <img src=“https://codeclimate.com/github/dilcom/gnuplotrb/badges/coverage.svg” alt=“Test coverage” />
-
Ruby 2.0+
-
It is required to install gnuplot 5.0 to use that gem.
git clone https://github.com/dilcom/gnuplotrb.git cd gnuplotrb bundle install rake install
gem install gnuplotrb
-
add
gem 'gnuplotrb'
to your Gemfile
-
run
bundle install
You may find several examples in examples directory
You may find several iRuby notebooks and readme for them in notebooks directory
-
Create your feature branch (‘git checkout -b my-new-feature`)
-
Commit your changes (‘git commit -am ’Add some feature’‘)
-
Push to the branch (‘git push origin my-new-feature`)
-
Create a new Pull Request