diff options
author | vs <vs@FreeBSD.org> | 2004-04-15 18:09:15 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-04-15 18:09:15 +0000 |
commit | f22254f9d8c60da880e9b4a17cf18a395514ef63 (patch) | |
tree | 8bd5e1b81dc65f4575bb320de0a8a5b83eb0836e /math | |
parent | 047e2020c81fabea6fec653a6e9f2cfd494c11af (diff) | |
download | FreeBSD-ports-f22254f9d8c60da880e9b4a17cf18a395514ef63.zip FreeBSD-ports-f22254f9d8c60da880e9b4a17cf18a395514ef63.tar.gz |
Update description (approved by maintainer)
PR: ports/65441
Submitted by: Radim Kolar
Approved by: linimon (mentor)
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 d4942ea0..482febb 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/ |