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
- Host: GitHub
- URL: https://github.com/red-data-tools/gr-plot
- Owner: red-data-tools
- License: other
- Created: 2022-02-23T15:21:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-31T02:30:59.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T19:48:43.405Z (over 1 year ago)
- Language: Ruby
- Homepage: https://github.com/red-data-tools/GR.rb
- Size: 172 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# GR::Plot
[](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).