Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.36 KB

README.rdoc

File metadata and controls

32 lines (26 loc) · 1.36 KB

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

Installation

While gem isn’t on rubygems, it may be installed from source.

Dependencies

  • Ruby 2.0+

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

Gem installation

Install without bundler

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

Install using bundler

  • add

    gem 'gnuplotrb', :git => 'https://github.com/dilcom/gnuplotrb.git'
    

    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