PLOT(1G-BSD) RISC/os Reference Manual PLOT(1G-BSD)
NAME
plot, tplot - graphics filters
SYNOPSIS
plot [ -Tterminal ] [ -rresolution ] [ files... ]
tplot [ -Tterminal ] [ -rresolution ] [ files... ]
DESCRIPTION
These commands read plotting instructions (see plot(5)) from
the standard input or the specified files, and in general
produce plotting instructions suitable for a particular ter-
minal on the standard output. The -r flag may be used to
specify the device's output resolution (currently only the
Imagen laser printer understands this option).
If no terminal type is specified, the environment parameter
$TERM (see environ(5)) is used. Known terminals are:
4013 Tektronix 4013 storage scope.
4014 or tek
Tektronix 4014 or 4015 storage scope with Enhanced
Graphics Module. (Use 4013 for Tektronix 4014 or 4015
without the Enhanced Graphics Module).
450 DASI Hyterm 450 terminal (Diablo mechanism).
300 DASI 300 or GSI terminal (Diablo mechanism).
300S DASI 300S terminal (Diablo mechanism).
aed AED 512 color graphics terminal.
bitgraph or bg
BBN bitgraph graphics terminal.
imagen or ip
Imagen laser printer (default 240 dots-per-inch resolu-
tion).
crt Any crt terminal capable of running vi(1).
dumb Dumb terminals without cursor addressing or line
printers.
vt125
DEC vt125 terminal.
hp2648 or hp or hp8
Hewlett Packard 2648 graphics terminal.
Printed 11/19/92 Page 1
PLOT(1G-BSD) RISC/os Reference Manual PLOT(1G-BSD)
ver Versatec D1200A printer-plotter.
var Benson Varian printer-plotter.
These versions of plot use the -g option of lpr(1) to
send the result directly to the plotter device rather
than to the standard output.
tplot is simply a symbolic link to plot.
FILES
/usr/bsd43/bin/atoplot
/usr/bsd43/bin/bgplot
/usr/bsd43/bin/crtplot
/usr/bsd43/bin/dumbplot
/usr/bsd43/bin/gigiplot
/usr/bsd43/bin/grnplot
/usr/bsd43/bin/hp7221plot
/usr/bsd43/bin/hpplot
/usr/bsd43/bin/implot
/usr/bsd43/bin/plottoa
/usr/bsd43/bin/t300
/usr/bsd43/bin/t300s
/usr/bsd43/bin/t4013
/usr/bsd43/bin/t450
/usr/bsd43/bin/tek
/usr/ucb/lpr
SEE ALSO
lpr(1).
plot(3X), plot(3F), plot(5) in the Programmer's Reference
Manual.
Page 2 Printed 11/19/92