BSD 4_3_Reno release
[unix-history] / usr / src / usr.bin / plot / plot.1
index 39abf69..bedeab8 100644 (file)
-.\"    @(#)plot.1      6.1 (Berkeley) %G%
+.\" Copyright (c) 1990 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
 .\"
-.TH PLOT 1G ""
-.AT 3
-.SH NAME
-plot \- graphics filters
-.SH SYNOPSIS
-.B plot
-[
-.BR \-T terminal
-[ raster ] ]
-.SH DESCRIPTION
+.\"     @(#)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
-.IR  plot (5))
-from the standard input,
+.Xr plot  5  )
+from the standard input or the specified
+.Ar files  ,
 and in general
 produce plotting instructions suitable for
 a particular
-.I terminal
+.Ar terminal
 on the standard output.
-.PP
+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
-.I terminal
-type is specified, the environment parameter $TERM
+.Ar terminal
+type is specified, the environment parameter
+.Ev $TERM
 (see
-.IR environ (7))
+.Xr environ  7  )
 is used.
 Known
-.I terminals
+.Ar terminals
 are:
-.TP
-.B 4013
+.Tw Cm
+.Tp Cm 4013
 Tektronix 4013 storage scope.
-.TP
-.BR 4014\  or\  tek
+.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
-.B 450
+.Tp Cm 450
 DASI Hyterm 450 terminal (Diablo mechanism).
-.TP
-.B 300
+.Tp Cm 300
 DASI 300 or GSI terminal (Diablo mechanism).
-.TP
-.B 300S
+.Tp Cm 300S
 DASI 300S terminal (Diablo mechanism).
-.TP
-.B aed
+.Tp Cm aed
 AED 512 color graphics terminal.
-.TP
-.BR bitgraph\  or\  bg
+.Tp Cx Cm bitgraph
+.Ws
+.Cx or
+.Ws
+.Cm bg
+.Cx
 BBN bitgraph graphics terminal.
-.TP
-.B crt
+.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
-.IR vi (1).
-.TP
-.B dumb
+.Xr vi  1  .
+.Tp Cm dumb
 Dumb terminals without cursor addressing or line printers.
-.TP
-.B vt125
+.Tp Cm vt125
 DEC vt125 terminal.
-.TP
-.BR hp2648\  or\  hp\  or\  hp8
+.Tp Cx Cm hp2648
+.Ws
+.Cx or
+.Ws
+.Cm hp
+.Ws
+.Cx or
+.Ws
+.Cm hp8
+.Cx
 Hewlett Packard 2648 graphics terminal.
-.TP
-.B ver
+.Tp Cm ver
 Versatec D1200A printer-plotter.
-.TP
-.B var
+.Tp Cm var
 Benson Varian printer-plotter.
-.IP
+.Tp
+.Pp
 These versions of
-.I plot
+.Nm plot
 use the
-.B \-g
+.Fl g
 option of
-.IR lpr (1)
+.Xr lpr  1
 to send the result directly to the plotter device rather than to
 the standard output.
-.SH FILES
-/usr/bin/t4013
-.br
-/usr/bin/tek
-.br
-/usr/bin/t450
-.br
-/usr/bin/t300
-.br
-/usr/bin/t300s
-.br
-/usr/bin/aedplot
-.br
-/usr/bin/bgplot
-.br
-/usr/bin/crtplot
-.br
-/usr/bin/dumbplot
-.br
-/usr/bin/gigiplot
-.br
-/usr/bin/hpplot
-.br
-/usr/ucb/lpr
-.SH "SEE ALSO"
-plot(3X), plot(3F), plot(5), lpr(1)
+.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.