Magick-RubyPlot
Magick-RubyPlot is Matplotlib for Ruby.
Documentation
Everything is at RubyDoc. You can also generate docs by bundle exec rake doc.
Main Project Repo
The main project repo will be available on Sciruby RubyPlot after the project completion.
Testing
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
Blog Posts
Contributing
- 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
Acknowledgements
- Thanks to Ruby Science Foundation and Gsoc program to make this project a reality.