xref: /original-bsd/usr.bin/plot/plot.1 (revision c3e32dec)
1.\" Copyright (c) 1990, 1993
2.\"	The Regents of the University of California.  All rights reserved.
3.\"
4.\" This module is believed to contain source code proprietary to AT&T.
5.\" Use and redistribution is subject to the Berkeley Software License
6.\" Agreement and your Software Agreement with AT&T (Western Electric).
7.\"
8.\" %sccs.include.proprietary.roff%
9.\"
10.\"	@(#)plot.1	8.1 (Berkeley) 06/06/93
11.\"
12.Dd
13.Dt PLOT 1
14.Os ATT 7th
15.Sh NAME
16.Nm plot
17.Nd graphics filters
18.Sh SYNOPSIS
19.Nm plot
20.Op Fl T Ar terminal
21.Op Fl r Ar resolution
22.Ar
23.Sh DESCRIPTION
24These commands read plotting instructions (see
25.Xr plot 5 )
26from the standard input or the specified
27.Ar files  ,
28and in general
29produce plotting instructions suitable for
30a particular
31.Ar terminal
32on the standard output.
33The
34.Fl r
35flag may be used to specify the device's output resolution
36(currently only the Imagen laser printer understands this option).
37.Pp
38If no
39.Ar terminal
40type is specified, the environment parameter
41.Ev $TERM
42(see
43.Xr environ 7 )
44is used.
45Known
46.Ar terminals
47are:
48.Bl -tag -width indent
49.It Cm 4013
50Tektronix 4013 storage scope.
51.It Cm 4014 No \&or Cm tek
52Tektronix 4014 or 4015 storage scope with Enhanced Graphics Module.
53(Use 4013 for Tektronix 4014 or 4015 without the Enhanced Graphics Module).
54.It Cm 450
55.Tn DASI
56Hyterm 450 terminal (Diablo mechanism).
57.It Cm 300
58.Tn DASI
59300 or
60.Tn GSI
61terminal (Diablo mechanism).
62.It Cm 300S
63DASI 300S terminal (Diablo mechanism).
64.It Cm aed
65.Tn AED
66512 color graphics terminal.
67.It Cm bitgraph No \&or Cm bg
68.Tn BBN
69bitgraph graphics terminal.
70.It Cm imagen No \&or Cm \&ip
71Imagen laser printer (default 240 dots-per-inch resolution).
72.It Cm crt
73Any crt terminal capable of running
74.Xr vi  1  .
75.It Cm dumb
76Dumb terminals without cursor addressing or line printers.
77.It Cm vt125
78DEC vt125 terminal.
79.It Xo
80.Cm hp2648 No \&or Cm \&hp
81.No \&or Cm hp8
82.Xc
83Hewlett Packard 2648 graphics terminal.
84.It Cm ver
85Versatec D1200A printer-plotter.
86.It Cm var
87Benson Varian printer-plotter.
88.El
89.Pp
90These versions of
91.Nm plot
92use the
93.Fl g
94option of
95.Xr lpr  1
96to send the result directly to the plotter device rather than to
97the standard output.
98.Sh ENVIRONMENT
99.Bl -tag -width Fl
100.It Ev TERM
101Used to determine the terminal type if not given as an argument.
102.Sh FILES
103.Bl -tag -width /usr/bin/gigiplot -compact
104.It Pa /usr/libexec/plot/t4013
105.It Pa /usr/libexec/plot/tek
106.It Pa /usr/libexec/plot/t450
107.It Pa /usr/libexec/plot/t300
108.It Pa /usr/libexec/plot/t300s
109.It Pa /usr/libexec/plot/aedplot
110.It Pa /usr/libexec/plot/bgplot
111.It Pa /usr/libexec/plot/crtplot
112.It Pa /usr/libexec/plot/dumbplot
113.It Pa /usr/libexec/plot/gigiplot
114.It Pa /usr/libexec/plot/hpplot
115.It Pa /usr/libexec/plot/implot
116.It Pa /usr/bin/lpr
117.El
118.Sh SEE ALSO
119.Xr plot 3 ,
120.Xr plot 5 ,
121.Xr lpr 1
122.Sh HISTORY
123The
124.Nm plot
125command
126appeared in
127.At v6 .
128