This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages) The topic of this article may not meet Wikipedia's notability guidelines for products and services. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.Find sources: "Gri graphical language" – news · newspapers · books · scholar · JSTOR (August 2011) (Learn how and when to remove this template message) This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: "Gri graphical language" – news · newspapers · books · scholar · JSTOR (September 2023) (Learn how and when to remove this template message) (Learn how and when to remove this template message)
Gri
Original author(s)Dan Kelley and Peter Galbraith
Stable release
2.12.22 / November 29, 2010; 13 years ago (2010-11-29)
Repository
LicenseGNU General Public License
Websitegri.sourceforge.net

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

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.