1PLOT(1G) PLOT(1G)
2
3
4
6 plot - graphics filters
7
9 plot [ -Tterminal [ raster ] ]
10
12 These commands read plotting instructions (see plot(5)) from the stan‐
13 dard input, and in general produce plotting instructions suitable for a
14 particular terminal on the standard output.
15
16 If no terminal type is specified, the environment parameter $TERM (see
17 environ(5)) is used. Known terminals are:
18
19 4014 Tektronix 4014 storage scope.
20
21 450 DASI Hyterm 450 terminal (Diablo mechanism).
22
23 300 DASI 300 or GSI terminal (Diablo mechanism).
24
25 300S DASI 300S terminal (Diablo mechanism).
26
27 ver Versatec D1200A printer-plotter. This version of plot places a
28 scan-converted image in `/usr/tmp/raster' and sends the result
29 directly to the plotter device rather than to the standard out‐
30 put. The optional argument causes a previously scan-converted
31 file raster to be sent to the plotter.
32
34 /usr/bin/tek
35 /usr/bin/t450
36 /usr/bin/t300
37 /usr/bin/t300s
38 /usr/bin/vplot
39 /usr/tmp/raster
40
42 plot(3), plot(5)
43
45 There is no lockout protection for /usr/tmp/raster.
46
47
48
49 PLOT(1G)