diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-06 09:09:49 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-06 09:09:49 +0800 |
commit | 2401216bf38a2f958928018b260a181d06c05fc4 (patch) | |
tree | 83d052c5563de9555b42bb2dafa2b752b368df40 /math/gnuplot/pkg-descr | |
parent | 61383020f3aa5423f5461a5a069248ffb12d0d5a (diff) | |
download | freebsd-ports-gnome-2401216bf38a2f958928018b260a181d06c05fc4.tar.gz freebsd-ports-gnome-2401216bf38a2f958928018b260a181d06c05fc4.tar.zst freebsd-ports-gnome-2401216bf38a2f958928018b260a181d06c05fc4.zip |
Jean-Marc Zucconi's gnuplot port.
If Jean-Marc keeps this up, I'm simply going to have to have my own
subdirectory for him - /usr/ports/jmz. :-)
Submitted by: jmz
Diffstat (limited to 'math/gnuplot/pkg-descr')
-rw-r--r-- | math/gnuplot/pkg-descr | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/math/gnuplot/pkg-descr b/math/gnuplot/pkg-descr new file mode 100644 index 000000000000..84817d8c7f5a --- /dev/null +++ b/math/gnuplot/pkg-descr @@ -0,0 +1,30 @@ +Gnuplot is a command-driven interactive function plotting program. + +Plots any number of functions, built up of C operators, C library +functions, and some things C doesn't have like **, sgn(), etc. Also +support for plotting data files, to compare actual data to +theoretical curves. + +User-defined X and Y ranges (optional auto-ranging), smart axes +scaling, smart tic marks. + +Labelling of X and Y axes. + +User-defined constants and functions. + +Support through a generalized graphics driver for AED 512, AED 767, +BBN BitGraph, Commodore Amiga, Roland DXY800A, EEPIC, TeXDraw, EmTeX, +Epson 60dpi printers, Epson LX-800, Fig, HP2623, HP2648, HP75xx, HPGL, +HP LaserJet II, Imagen, Iris 4D, MS-DOS Kermit, Kyocera laser printer, +LaTeX, NEC CP6 pinwriter, PostScript, QMS QUIC, ReGis (VT125 and +VT2xx), SCO Xenix CGI, Selanar, Star color printer, Tandy DMP-130 +printer, Tek 401x, Tek 410x, Vectrix 384, VT like Tektronix emulator, +Unix PC (ATT 3b1 or ATT 7300), unixplot, and X11. The PC version +compiled by Microsoft C supports IBM CGA, EGA, VGA, Hercules, ATT +6300, and Corona 325 graphics. The PC version compiled by Borland C++ +sup- ports IBM CGA, EGA, MCGA, VGA, Hercules and ATT 6300 graphics. +Other devices can be added simply, but will require recompiling. + +Shell escapes and command line substitution. + +Output redirection. |