Paketname | gri |
Beschreibung | a language for scientific illustration |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.12.21-1+b1 |
Sektion | science |
Priorität | optional |
Installierte Größe | 1564 Byte |
Hängt ab von | libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libnetcdf6, libreadline6 (>= 6.0), libstdc++6 (>= 4.1.1), |
Empfohlene Pakete | |
Paketbetreuer | Peter S Galbraith |
Quelle | gri (2.12.21-1) |
Paketgröße | 829516 Byte |
Prüfsumme MD5 | f2e729cd966f4ad186fcb0850b93ef30 |
Prüfsumme SHA1 | 82a0e0e2cbe501cd005c0c802159902b6c23a83b |
Prüfsumme SHA256 | 41afbfa7179624d4e40a6ae4f8526f5224a776072c20d5486e9b2e6d904236b8 |
Link zum Herunterladen | gri_2.12.21-1+b1_i386.deb |
Ausführliche Beschreibung | Gri is an open-source language for scientific graphics programming. It is
command-driven, as opposed to point/click. Some users consider Gri similar
to LaTeX, since both provide extensive power as a reward for tolerating a
learning curve. The output is industry-standard PostScript as output,
suitable for inclusion in other documents.
.
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, fonts,
etc. Greek letters and mathematical symbols are available in a TeX-like
syntax.
.
Folks who write 1000-line Gri scripts usually start with something as
simple as the following:
.
open file.dat # open a file
read columns x * y # read the 1st column as x and the 3rd as y
draw curve # draw the data and autoscale the axes
.
A full manual is also available in HTML (gri-html-doc package), in
PostScript suitable for printing (gri-pdf-doc package) and on-line by
following links from the gri home page:
http://gri.sourceforge.net/
|