v0dro / magick-rubyplot

The ultimate plotting library for Ruby inpired by Matplotlib and RMagick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The ultimate plotting library for Ruby inpired by Matplotlib and RMagick

License:MIT License


Languages

Language:Ruby 100.0%