-
-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
kojix2 edited this page Feb 23, 2023
·
18 revisions
First, install GR.
gem install ruby-gr
Set the environment variable GRDIR, if you have not already done so:
export GRDIR="/your/path/to/gr"
git clone https://github.com/red-data-tools/GR.rb
cd GR.rb
rake build
rake install
See README for details.
User's Guide
Simple, matlab-style API
- Plotting functions
- Plot attributes
- Multiple plots
- Multiple subplots
- Save Plot to a file
- Jupyter Notebook
GR Native functions
For developers