BSD 4_3_Reno release
[unix-history] / usr / src / usr.bin / plot / plot.1
index 2a4ba03..bedeab8 100644 (file)
-.\"    @(#)plot.1      5.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  "18 January 1983"
-.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
 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
 and in general
 produce plotting instructions suitable for
 a particular
-.I terminal
+.Ar terminal
 on the standard output.
 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
 If no
-.I terminal
-type is specified, the environment parameter $TERM
+.Ar terminal
+type is specified, the environment parameter
+.Ev $TERM
 (see
 (see
-.IR environ (7))
+.Xr environ  7  )
 is used.
 Known
 is used.
 Known
-.I terminals
+.Ar terminals
 are:
 are:
-.TP
-.B 4014
-Tektronix 4014 storage scope.
-.TP
-.B 450
+.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).
 DASI Hyterm 450 terminal (Diablo mechanism).
-.TP
-.B 300
+.Tp Cm 300
 DASI 300 or GSI terminal (Diablo mechanism).
 DASI 300 or GSI terminal (Diablo mechanism).
-.TP
-.B 300S
+.Tp Cm 300S
 DASI 300S terminal (Diablo mechanism).
 DASI 300S terminal (Diablo mechanism).
-.TP
-.B ver
+.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.
 Versatec D1200A printer-plotter.
-This version of
-.I plot
-places a scan-converted
-image in `/usr/tmp/raster' and sends the
-result directly to the plotter device rather than to
+.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.
 the standard output.
-The optional argument causes a previously
-scan-converted file
-.I raster
-to be sent to the plotter.
-.SH FILES
-/usr/bin/tek
-.br
-/usr/bin/t450
-.br
-/usr/bin/t300
-.br
-/usr/bin/t300s
-.br
-/usr/bin/vplot
-.br
-/usr/tmp/raster 
-.SH "SEE ALSO"
-plot(3X), plot(5)
-.SH BUGS
-There is no lockout protection
-for /usr/tmp/raster.
+.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.