tplot(1) CLIX tplot(1)
NAME
tplot - Runs graphics filters
SYNOPSIS
tplot [-T terminal [-e raster]]
FLAGS
-T terminal Specifies known terminal type from among the following:
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 plotting device rather
than to stdout. The -e flag causes a previously
scan-converted file raster to be sent to the
plotter.
vt100
ingr Standard intergraph terminal
If no terminal is specified, the environment parameter $TERM
is used (see environ()).
-e raster Causes a previously scan-converted file raster to be sent to
the plotter.
DESCRIPTION
The tplot commands read plotting instructions (see plot) from stdin and in
general produce, on stdout, plotting instructions suitable for a
particular terminal. 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 stdout.
EXAMPLES
To display the plotting instructions in the plotinfo file on a Tektronix
4014 terminal, enter the following:
cat plotinfo | tplot -T4014
2/94 - Intergraph Corporation 1
tplot(1) CLIX tplot(1)
FILES
/usr/lib/t300
/usr/lib/t300s
/usr/lib/t450
/usr/lib/t4014
/usr/lib/vplot
/usr/tmp/raster$$
DIAGNOSTICS
Terminal type not known
The -T flag specified a terminal type that was not supported.
EXIT VALUES
No specific exit values exist.
RELATED INFORMATION
Functions: plot(3)
Files: plot(4)
Miscellany: term(4)
2 Intergraph Corporation - 2/94