An open API service indexing awesome lists of open source software.

https://github.com/red-data-tools/gr-plot

A simple, matlab-style API for GR.rb
https://github.com/red-data-tools/gr-plot

Last synced: about 1 year ago
JSON representation

A simple, matlab-style API for GR.rb

Awesome Lists containing this project

README

          

# GR::Plot

[![Gem Version](https://badge.fury.io/rb/ruby-gr.svg)](https://badge.fury.io/rb/ruby-gr)

A simple, matlab-style API for [GR.rb](https://github.com/red-data-tools/GR.rb)

* GR::Plot is intended to be an equivalent implementation to [jlgr.jl](https://github.com/jheinen/GR.jl/blob/master/src/jlgr.jl).
* This module was originally part of GR.rb. GR::Plot has been separated from GR.rb to make GR.rb easier to maintain.

## Installation

```
gem install gr-plot
```

## Usage

* [wiki](https://github.com/red-data-tools/GR.rb/wiki/Plotting-functions)
* [doc](https://red-data-tools.github.io/gr-plot/)

## Contributing

* Pull requests are welcome.
* Please post [issues to GR.rb](https://github.com/red-data-tools/GR.rb/issues).