Magick-RubyPlot is Matplotlib for Ruby.
Everything is at RubyDoc. You can also generate docs by bundle exec rake doc.
The main project repo will be available on Sciruby RubyPlot after the project completion.
Installation can be done with bundle exec rake install
in the cloned repo.
Run all the tests with bundle exec rake spec
Test the code in pry with bundle exec rake pry
- Fork it ( https://github.com/Arafatk/magick-rubyplot/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Make sure you run Rubocop on your changes
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- Thanks to Ruby Science Foundation and Gsoc program to make this project a reality.