-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Please select the article in the sidebar on the right ➡️
Want to know how to use it? See Plotting functions first.
GR.rb is binding to the GR Framework originally written by kojix2.
- Suport for Jupyter Notebook and Jupyter Lab.
https://gr-framework.org/about.html
GR is essentially based on an implementation of a Graphical Kernel System (GKS) and OpenGL. As a self-contained system it can quickly and easily be integrated into existing applications (i.e. using the ctypes mechanism in Python or direct calls from Julia with ccall syntax).
The GR framework can be used in imperative programming systems or integrated into modern object-oriented systems, in particular those based on GUI toolkits. GR is characterized by its high interoperability and can be used with modern web technologies and mobile devices. The GR framework is especially suitable for real-time environments.
GR was developed by the Scientific IT-Systems group at the Peter Grünberg Institute at Forschungszentrum Jülich. The main development has been done by Josef Heinen who currently maintains the software.
GR3 is a software library for simple visualization of 3D scenes. It was developed by Florian Rhiem as part of his bachelor’s thesis. GR3 is written in C and can also be used from Python or Julia through a wrapper module.
- high speed
- lightweight
- Supports both 2D and 3D plots
- cross-platform
- actively developed
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