-
-
Notifications
You must be signed in to change notification settings - Fork 7
Numo::NArray
kojix2 edited this page Aug 3, 2021
·
4 revisions
Numo::NArray is a library that is equivalent to NumPy in Ruby. GR modules are created to be as NArray-independent as possible, but GR3 is completely dependent on NArray.
Duck typing
- Use
map
instead ofmap!
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