added "more" command
[unix-history] / usr / src / usr.bin / plot / plot.1
CommitLineData
d01cf8f3 1.\" @(#)plot.1 6.1 (Berkeley) %G%
a5c6b0d4 2.\"
d01cf8f3 3.TH PLOT 1G ""
a5c6b0d4
KM
4.AT 3
5.SH NAME
6plot \- graphics filters
7.SH SYNOPSIS
8.B plot
9[
10.BR \-T terminal
11[ raster ] ]
12.SH DESCRIPTION
13These commands read plotting instructions (see
14.IR plot (5))
15from the standard input,
16and in general
17produce plotting instructions suitable for
18a particular
19.I terminal
20on the standard output.
21.PP
22If no
23.I terminal
24type is specified, the environment parameter $TERM
25(see
907ef4fe 26.IR environ (7))
a5c6b0d4
KM
27is used.
28Known
29.I terminals
30are:
31.TP
d01cf8f3
KM
32.B 4013
33Tektronix 4013 storage scope.
34.TP
35.BR 4014\ or\ tek
36Tektronix 4014 or 4015 storage scope with Enhanced Graphics Module.
37(Use 4013 for Tektronix 4014 or 4015 without the Enhanced Graphics Module).
a5c6b0d4 38.TP
907ef4fe 39.B 450
a5c6b0d4
KM
40DASI Hyterm 450 terminal (Diablo mechanism).
41.TP
907ef4fe 42.B 300
a5c6b0d4
KM
43DASI 300 or GSI terminal (Diablo mechanism).
44.TP
907ef4fe 45.B 300S
a5c6b0d4
KM
46DASI 300S terminal (Diablo mechanism).
47.TP
d01cf8f3
KM
48.B aed
49AED 512 color graphics terminal.
50.TP
51.BR bitgraph\ or\ bg
52BBN bitgraph graphics terminal.
53.TP
54.B crt
55Any crt terminal capable of running
56.IR vi (1).
57.TP
58.B dumb
59Dumb terminals without cursor addressing or line printers.
60.TP
61.B vt125
62DEC vt125 terminal.
63.TP
64.BR hp2648\ or\ hp\ or\ hp8
65Hewlett Packard 2648 graphics terminal.
66.TP
907ef4fe 67.B ver
a5c6b0d4 68Versatec D1200A printer-plotter.
d01cf8f3
KM
69.TP
70.B var
71Benson Varian printer-plotter.
72.IP
73These versions of
a5c6b0d4 74.I plot
d01cf8f3
KM
75use the
76.B \-g
77option of
78.IR lpr (1)
79to send the result directly to the plotter device rather than to
a5c6b0d4 80the standard output.
a5c6b0d4 81.SH FILES
d01cf8f3
KM
82/usr/bin/t4013
83.br
a5c6b0d4
KM
84/usr/bin/tek
85.br
86/usr/bin/t450
87.br
88/usr/bin/t300
89.br
90/usr/bin/t300s
91.br
d01cf8f3
KM
92/usr/bin/aedplot
93.br
94/usr/bin/bgplot
95.br
96/usr/bin/crtplot
97.br
98/usr/bin/dumbplot
99.br
100/usr/bin/gigiplot
101.br
102/usr/bin/hpplot
a5c6b0d4 103.br
d01cf8f3 104/usr/ucb/lpr
a5c6b0d4 105.SH "SEE ALSO"
d01cf8f3 106plot(3X), plot(3F), plot(5), lpr(1)