1PLOT(1G) PLOT(1G)
2
3
4
6 plot - graphics filters
7
9 plot [ -Tterminal ] [ -rresolution ] [ files... ]
10
12 These commands read plotting instructions (see plot(5)) from the stan‐
13 dard input or the specified files, and in general produce plotting
14 instructions suitable for a particular terminal on the standard output.
15 The -r flag may be used to specify the device's output resolution (cur‐
16 rently only the Imagen laser printer understands this option).
17
18 If no terminal type is specified, the environment parameter $TERM (see
19 environ(7)) is used. Known terminals are:
20
21 4013 Tektronix 4013 storage scope.
22
23 4014 or tek
24 Tektronix 4014 or 4015 storage scope with Enhanced Graphics Mod‐
25 ule. (Use 4013 for Tektronix 4014 or 4015 without the Enhanced
26 Graphics Module).
27
28 450 DASI Hyterm 450 terminal (Diablo mechanism).
29
30 300 DASI 300 or GSI terminal (Diablo mechanism).
31
32 300S DASI 300S terminal (Diablo mechanism).
33
34 aed AED 512 color graphics terminal.
35
36 bitgraph or bg
37 BBN bitgraph graphics terminal.
38
39 imagen or ip
40 Imagen laser printer (default 240 dots-per-inch resolution).
41
42 crt Any crt terminal capable of running vi(1).
43
44 dumb Dumb terminals without cursor addressing or line printers.
45
46 vt125 DEC vt125 terminal.
47
48 hp2648 or hp or hp8
49 Hewlett Packard 2648 graphics terminal.
50
51 ver Versatec D1200A printer-plotter.
52
53 var Benson Varian printer-plotter.
54
55 These versions of plot use the -g option of lpr(1) to send the
56 result directly to the plotter device rather than to the stan‐
57 dard output.
58
60 /usr/bin/t4013
61 /usr/bin/tek
62 /usr/bin/t450
63 /usr/bin/t300
64 /usr/bin/t300s
65 /usr/bin/aedplot
66 /usr/bin/bgplot
67 /usr/bin/crtplot
68 /usr/bin/dumbplot
69 /usr/bin/gigiplot
70 /usr/bin/hpplot
71 /usr/bin/implot
72 /usr/ucb/lpr
73
75 plot(3X), plot(3F), plot(5), lpr(1)
76
77
78
797th Edition September 21, 1985 PLOT(1G)