Skip to content

SciRuby/gnuplotrb

Repository files navigation

GnuplotRB

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” />

Dependencies

  • Ruby 2.0+

  • It is required to install gnuplot 5.0 to use that gem.

Gem installation

Install latest version from repository (may be unstable)

git clone https://github.com/dilcom/gnuplotrb.git
cd gnuplotrb
bundle install
rake install

Install latest stable version from Rubygems

gem install gnuplotrb

Install latest stable version using bundler

  • add

    gem 'gnuplotrb'
    

    to your Gemfile

  • run

    bundle install
    

Plain examples

You may find several examples in examples directory

Notebooks with examples

You may find several iRuby notebooks and readme for them in notebooks directory

Contributing

  1. Fork it

  2. Create your feature branch (‘git checkout -b my-new-feature`)

  3. Commit your changes (‘git commit -am ’Add some feature’‘)

  4. Push to the branch (‘git push origin my-new-feature`)

  5. Create a new Pull Request

About

Google Summer of Code 2015 project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 99.2%
  • Ruby 0.8%