diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-04-15 18:09:15 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-04-15 18:09:15 +0000 |
commit | 5345fd68c0d8703fb5ec332278642ad43bf2f173 (patch) | |
tree | 59c402c64303caedc3f1a24599dd752f26ec62f3 /math | |
parent | 57adfb83a75100cedf97b83a2358d2b68ba11066 (diff) | |
download | ports-5345fd68c0d8703fb5ec332278642ad43bf2f173.tar.gz ports-5345fd68c0d8703fb5ec332278642ad43bf2f173.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/grace/pkg-descr | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/math/grace/pkg-descr b/math/grace/pkg-descr index d4942ea0f2d4..482febba1e8d 100644 --- a/math/grace/pkg-descr +++ b/math/grace/pkg-descr @@ -1,13 +1,16 @@ -grace is an plotting tool for workstations or X-terminals using X and the -successor of xmgr. A few of its features are: +Grace is a WYSIWYG 2D plotting tool for the X Window System and M*tif, +successor of ACE/gr (Xmgr). A few of its features are: * User defined scaling, tick marks, labels, symbols, line styles, colors. * Batch mode for unattended plotting. * Read and write parameters used during a session. * Polynomial regression, splines, running averages, DFT/FFT, cross/auto-correlation. - * Hardcopy support for PostScript, HP-GL, and FrameMaker .mif format. + * Exports high-resolution graphics to (E)PS, PDF, MIF, and SVG formats + * Supports cross-platform PNM, JPEG and PNG formats While grace has a convenient point-and-click interface, most parameter settings and operations are available through a command line interface (found in Data/Commands). + +WWW: http://plasma-gate.weizmann.ac.il/Grace/ |