-
-
Notifications
You must be signed in to change notification settings - Fork 7
Jupyter Notebook
kojix2 edited this page Mar 18, 2021
·
9 revisions
You can use GR.rb on Jupyter Notebook or JupyterLab.
If you working with Native GR functions, GR.show
will work.
Use ENV["GKS_WSTYPE"] = "webm"
instead of NEV["GKSwstype"]
. Because GKSwstype
is deprecated. (version 0.0.26)
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