Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 2.14 KB

README.md

File metadata and controls

37 lines (28 loc) · 2.14 KB

Build Status License: MIT Maintainability Inline docs

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

  1. Introductory Blog
  2. Artist Base - Part 1
  3. Artist Base - Part 3
  4. Divisionism
  5. Scatter Plots
  6. Bubble Plots

Contributing

  1. Fork it ( https://github.com/Arafatk/magick-rubyplot/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make sure you run Rubocop on your changes
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

Acknowledgements