Gri graphical language

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Gri
Original authorsDan Kelley and Peter Galbraith
Stable release
2.12.22 / November 29, 2010; 15 years ago (2010-11-29)
Repository
  • {{URL|example.com|optional display text}}Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
Engine
    Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
    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

    [edit | edit source]

    References

    [edit | edit source]
    1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    [edit | edit source]