diff options
author | Rob van Nues <sborg63@disroot.org> | 2019-04-12 22:37:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-12 22:37:58 +0700 |
commit | 01cbc726064c0a7161701a914565ba0c17fc6174 (patch) | |
tree | 399af9842cf31eec4f35b80e4963cb56fa5381aa /academic/gri/README | |
parent | b8626e62d6e823eb86ffd11eb2bd3ac5fe81e14a (diff) | |
download | slackbuilds-01cbc726064c0a7161701a914565ba0c17fc6174.tar.gz |
academic/gri: Added (graphics language).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/gri/README')
-rw-r--r-- | academic/gri/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/academic/gri/README b/academic/gri/README new file mode 100644 index 0000000000..083bd2d993 --- /dev/null +++ b/academic/gri/README @@ -0,0 +1,13 @@ +Gri is a language for scientific graphics applications. By 'language' +I mean that it is a command-driven application, as opposed to a +click/point application. It is analogous to latex or tex, and shares +the property that extensive power is the reward for tolerating a +learning curve. Gri output is in PostScript, suitable for +incorporation in documents prepared by various text processors. + +Gri can make x-y graphs, contour-graphs, and image graphs. In +addition to high-level capabilities, it has enough low-level +capabilities to allow users to achieve a high degree of customization. +Control is extended to all aspects of drawing, including +line widths, colors, and fonts. Text includes a subset of the tex +language for letters and mathematical symbols in labels. |