add .Vx so tmac.andoc will call tmac.mdoc-old
[unix-history] / usr / src / usr.bin / plot / plot.1
CommitLineData
dd9e2e8d
CL
1.\" Copyright (c) 1990 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
a5c6b0d4 4.\"
d0719240 5.\" @(#)plot.1 6.7 (Berkeley) %G%
b5dc1377 6.\"
ee9b0a0a
CL
7.Vx
8.Vx
b5dc1377
CL
9.Dd
10.Dt PLOT 1
11.Os ATT 7th
12.Sh NAME
13.Nm plot
14.Nd graphics filters
15.Sh SYNOPSIS
16.Nm plot
17.Oo
18.Op Fl T Ar terminal
19.Op Fl r Ar resolution
20.Oo
21.Ar
22.Sh DESCRIPTION
a5c6b0d4 23These commands read plotting instructions (see
b5dc1377 24.Xr plot 5 )
09b496af 25from the standard input or the specified
b5dc1377 26.Ar files ,
a5c6b0d4
KM
27and in general
28produce plotting instructions suitable for
29a particular
b5dc1377 30.Ar terminal
a5c6b0d4 31on the standard output.
09b496af 32The
b5dc1377 33.Fl r
09b496af
SL
34flag may be used to specify the device's output resolution
35(currently only the Imagen laser printer understands this option).
b5dc1377 36.Pp
a5c6b0d4 37If no
b5dc1377
CL
38.Ar terminal
39type is specified, the environment parameter
40.Ev $TERM
a5c6b0d4 41(see
b5dc1377 42.Xr environ 7 )
a5c6b0d4
KM
43is used.
44Known
b5dc1377 45.Ar terminals
a5c6b0d4 46are:
b5dc1377
CL
47.Tw Cm
48.Tp Cm 4013
d01cf8f3 49Tektronix 4013 storage scope.
b5dc1377
CL
50.Tp Cx Cm 4014
51.Ws
52.Cx or
53.Ws
54.Cm tek
55.Cx
d01cf8f3
KM
56Tektronix 4014 or 4015 storage scope with Enhanced Graphics Module.
57(Use 4013 for Tektronix 4014 or 4015 without the Enhanced Graphics Module).
b5dc1377 58.Tp Cm 450
a5c6b0d4 59DASI Hyterm 450 terminal (Diablo mechanism).
b5dc1377 60.Tp Cm 300
a5c6b0d4 61DASI 300 or GSI terminal (Diablo mechanism).
b5dc1377 62.Tp Cm 300S
a5c6b0d4 63DASI 300S terminal (Diablo mechanism).
b5dc1377 64.Tp Cm aed
d01cf8f3 65AED 512 color graphics terminal.
b5dc1377
CL
66.Tp Cx Cm bitgraph
67.Ws
68.Cx or
69.Ws
70.Cm bg
71.Cx
d01cf8f3 72BBN bitgraph graphics terminal.
b5dc1377
CL
73.Tp Cx Cm imagen
74.Ws
75.Cx or
76.Ws
77.Cm ip
78.Cx
09b496af 79Imagen laser printer (default 240 dots-per-inch resolution).
b5dc1377 80.Tp Cm crt
d01cf8f3 81Any crt terminal capable of running
b5dc1377
CL
82.Xr vi 1 .
83.Tp Cm dumb
d01cf8f3 84Dumb terminals without cursor addressing or line printers.
b5dc1377 85.Tp Cm vt125
d01cf8f3 86DEC vt125 terminal.
b5dc1377
CL
87.Tp Cx Cm hp2648
88.Ws
89.Cx or
90.Ws
91.Cm hp
92.Ws
93.Cx or
94.Ws
95.Cm hp8
96.Cx
d01cf8f3 97Hewlett Packard 2648 graphics terminal.
b5dc1377 98.Tp Cm ver
a5c6b0d4 99Versatec D1200A printer-plotter.
b5dc1377 100.Tp Cm var
d01cf8f3 101Benson Varian printer-plotter.
b5dc1377
CL
102.Tp
103.Pp
d01cf8f3 104These versions of
b5dc1377 105.Nm plot
d01cf8f3 106use the
b5dc1377 107.Fl g
d01cf8f3 108option of
b5dc1377 109.Xr lpr 1
d01cf8f3 110to send the result directly to the plotter device rather than to
a5c6b0d4 111the standard output.
b5dc1377
CL
112.Sh ENVIRONMENT
113.Tw Fl
114.Tp Ev TERM
115Used to determine the terminal type if not given as an argument.
116.Sh FILES
117.Dw /usr/bin/gigiplot
118.Di L
119.Dp Pa /usr/bin/t4013
120.Dp Pa /usr/bin/tek
121.Dp Pa /usr/bin/t450
122.Dp Pa /usr/bin/t300
123.Dp Pa /usr/bin/t300s
124.Dp Pa /usr/bin/aedplot
125.Dp Pa /usr/bin/bgplot
126.Dp Pa /usr/bin/crtplot
127.Dp Pa /usr/bin/dumbplot
128.Dp Pa /usr/bin/gigiplot
129.Dp Pa /usr/bin/hpplot
130.Dp Pa /usr/bin/implot
131.Dp Pa /usr/ucb/lpr
132.Dp
133.Sh SEE ALSO
134.Xr plot 3 ,
135.Xr plot 5 ,
136.Xr lpr 1
137.Sh HISTORY
138.Nm Plot
139appeared in Version 6 AT&T UNIX.