TPLOT(ADM) UNIX System V
Name
tplot - graphics filters
Syntax
tplot [ -Tterminal [ -e raster ] ]
Description
This command reads plotting instructions [see plot(F)] from
the standard input and in general produces, on the standard
output, plotting instructions suitable for a particular
terminal. If no terminal is specified, the environment
parameter $TERM [see environ(M)] is used. Known terminals
are:
300 DASI 300.
300S DASI 300s.
450 DASI 450.
4014 Tektronix 4014.
ver VERSATEC D1200A. This version of plot places a scan-
converted image in /usr/tmp/raster$$ and sends the
result directly to the plotter device, rather than to
the standard output. The -e option causes a previously
scan-converted file raster to be sent to the plotter.
Files
/usr/lib/t300
/usr/lib/t300s
/usr/lib/t450
/usr/lib/t4014
/usr/lib/vplot
/usr/tmp/raster$$
See Also
plot(S), plot(F), term(M)
(printed 2/15/90) TPLOT(ADM)