Article · Wikipedia archive · Last revised Jul 10, 2026

Gri graphical language

Gri is a programming language for creating scientific graphics. It is licensed under the terms of the GNU General Public License.

Last revised
Jul 10, 2026
Read time
≈ 1 min
Length
142 w
Citations
2
Source
Gri
Original authorsDan Kelley and Peter Galbraith
Stable release
2.12.23 / February 26, 2018 (2018-02-26)
LicenseGNU General Public License
Websitegri.sourceforge.net
Repository

Gri is a programming language for creating scientific graphics.1 It is licensed under the terms of the GNU General Public License.

Some users consider Gri similar to LaTeX, since both provide extensive power as a reward for tolerating a learning curve.

Gri can make x-y graphs, contour graphs, and image graphs, outputting the results in PostScript format. Control is provided over all aspects of drawing, e.g. line widths, colors, and fonts. A limited TeX-like syntax provides common mathematical symbols.2

An example Gri program:

open file.dat
read columns x y
draw curve
See also

See also

References

References

  1. "Gri: introduction". kestrel.nmt.edu. Retrieved 2023-09-04.
  2. "Ubuntu Manpage: gri - scientific graphics language". manpages.ubuntu.com. Retrieved 2023-09-04.
External links