diff --git a/utils/gri.ico b/utils/gri.ico new file mode 100755 index 000000000..7325664be Binary files /dev/null and b/utils/gri.ico differ diff --git a/utils/gri.png b/utils/gri.png new file mode 100755 index 000000000..d3c2e6cb3 Binary files /dev/null and b/utils/gri.png differ diff --git a/utils/gri.xml b/utils/gri.xml new file mode 100644 index 000000000..3f691d932 --- /dev/null +++ b/utils/gri.xml @@ -0,0 +1,62 @@ + + + + Gri + Gri: language for scientific graphics applications + Gri is an open-source language for scientific graphics programming. It is command-driven, as opposed to point/click, and its output is a PostScript file. 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. Fine control is provided over all aspects of drawing, e.g. line widths, colors, and fonts. A TeX-like syntax provides the ability to use common Mathematical symbols. + + + Science + http://gnuwin32.sourceforge.net/packages/gri.htm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + gri_merge + Strings Gri PostScript files together. + USAGE (style 1): + gri_merge [OPTIONS] CxR a.ps b.ps ... > merged_file.ps + Merges the files onto one page, in 'C' columns and 'R' rows. The C*R + files are given in the order of words on a page. The page is + presumed to be 8.5x11 in size, as are all the input files, and the + input files are sized to fit, and kept in natural scale. + +USAGE (style 2): + gri_merge [OPTIONS] xcm ycm enlarge a.ps [b.ps ...] > merged_file.ps + Where `enlarge' is a scale factor applied after offsetting `xcm' to + the right and `ycm' upward. + + + + gri_unpage + + +