4.3BSD-Reno/src/usr.bin/plot/plot.1

Compare this file to the similar file:
Show the results in this format:

.\" Copyright (c) 1990 Regents of the University of California.
.\" All rights reserved.  The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\"     @(#)plot.1	6.6 (Berkeley) 7/24/90
.\"
.Dd July 24, 1990
.Dt PLOT 1
.Os ATT 7th
.Sh NAME
.Nm plot
.Nd graphics filters
.Sh SYNOPSIS
.Nm plot
.Oo
.Op Fl T Ar terminal
.Op Fl r Ar resolution
.Oo
.Ar
.Sh DESCRIPTION
These commands read plotting instructions (see
.Xr plot  5  )
from the standard input or the specified
.Ar files  ,
and in general
produce plotting instructions suitable for
a particular
.Ar terminal
on the standard output.
The
.Fl r
flag may be used to specify the device's output resolution
(currently only the Imagen laser printer understands this option).
.Pp
If no
.Ar terminal
type is specified, the environment parameter
.Ev $TERM
(see
.Xr environ  7  )
is used.
Known
.Ar terminals
are:
.Tw Cm
.Tp Cm 4013
Tektronix 4013 storage scope.
.Tp Cx Cm 4014
.Ws
.Cx or
.Ws
.Cm tek
.Cx
Tektronix 4014 or 4015 storage scope with Enhanced Graphics Module.
(Use 4013 for Tektronix 4014 or 4015 without the Enhanced Graphics Module).
.Tp Cm 450
DASI Hyterm 450 terminal (Diablo mechanism).
.Tp Cm 300
DASI 300 or GSI terminal (Diablo mechanism).
.Tp Cm 300S
DASI 300S terminal (Diablo mechanism).
.Tp Cm aed
AED 512 color graphics terminal.
.Tp Cx Cm bitgraph
.Ws
.Cx or
.Ws
.Cm bg
.Cx
BBN bitgraph graphics terminal.
.Tp Cx Cm imagen
.Ws
.Cx or
.Ws
.Cm ip
.Cx
Imagen laser printer (default 240 dots-per-inch resolution).
.Tp Cm crt
Any crt terminal capable of running
.Xr vi  1  .
.Tp Cm dumb
Dumb terminals without cursor addressing or line printers.
.Tp Cm vt125
DEC vt125 terminal.
.Tp Cx Cm hp2648
.Ws
.Cx or
.Ws
.Cm hp
.Ws
.Cx or
.Ws
.Cm hp8
.Cx
Hewlett Packard 2648 graphics terminal.
.Tp Cm ver
Versatec D1200A printer-plotter.
.Tp Cm var
Benson Varian printer-plotter.
.Tp
.Pp
These versions of
.Nm plot
use the
.Fl g
option of
.Xr lpr  1
to send the result directly to the plotter device rather than to
the standard output.
.Sh ENVIRONMENT
.Tw Fl
.Tp Ev TERM
Used to determine the terminal type if not given as an argument.
.Sh FILES
.Dw /usr/bin/gigiplot
.Di L
.Dp Pa /usr/bin/t4013
.Dp Pa /usr/bin/tek
.Dp Pa /usr/bin/t450
.Dp Pa /usr/bin/t300
.Dp Pa /usr/bin/t300s
.Dp Pa /usr/bin/aedplot
.Dp Pa /usr/bin/bgplot
.Dp Pa /usr/bin/crtplot
.Dp Pa /usr/bin/dumbplot
.Dp Pa /usr/bin/gigiplot
.Dp Pa /usr/bin/hpplot
.Dp Pa /usr/bin/implot
.Dp Pa /usr/ucb/lpr
.Dp
.Sh SEE ALSO
.Xr plot 3 ,
.Xr plot 5 ,
.Xr lpr 1
.Sh HISTORY
.Nm Plot
appeared in Version 6 AT&T UNIX.