Research V4 development
[unix-history] / man / man1 / plot.1
CommitLineData
53037b28
KT
1.th PLOT I 6/4/73
2.sh NAME
3plot \*- make a graph
4.sh SYNOPSIS
5.bd plot
6[ option ] ...
7.sh DESCRIPTION
8.it Plot
9takes pairs of numbers from the
10standard input as abscissas and
11ordinates of a graph.
12The graph is plotted on the storage scope, /dev/vt0.
13.s3
14The following options are recognized,
15each as a separate argument.
16.s3
17.lp +5 5
18\fBa\fR Supply abscissas automatically (they are missing from
19the input); spacing is given by the next
20argument, or is assumed to be 1 if next argument is not a number.
21.s3
22.lp +5 5
23\fBc\fR Place character string given by next argument
24at each point.
25.s3
26.lp +5 5
27\fBd\fR Omit connections between points. (Disconnect.)
28.s3
29.lp +5 5
30\fBg\fIn\fR Grid
31style:
32.lp +5 0
33\fIn\fR=0, no grid
34.lp +5 0
35\fIn\fR=1, axes only
36.lp +5 0
37\fIn\fR=2, complete grid (default).
38.s3
39.lp +5 5
40\fBs\fR Save screen, don't erase before plotting.
41.s3
42.lp +5 5
43\fBx\fR Next 1 (or 2) arguments are lower (and upper) \fIx\fR limits.
44.s3
45.lp +5 5
46\fBy\fR Next 1 (or 2) arguments are lower (and upper)
47\fIy\fR limits.
48.s3
49.i0
50Points are connected by straight line segments in the order
51they appear in input.
52If a specified lower limit exceeds the upper limit, or if
53the automatic increment is negative, the graph is plotted
54upside down.
55Automatic abscissas begin with the lower \fIx\fR limit, or with 0
56if no limit is specified.
57Grid lines and automatically determined limits fall on round
58values, however roundness
59may be subverted by giving an inappropriately rounded
60lower limit.
61Plotting symbols specified by
62.bd c
63are
64placed so that a small initial letter,
65such as + o x, will fall
66approximately on the plotting point.
67.sh FILES
68/dev/vt0
69.sh "SEE ALSO"
70spline(VI)
71.sh BUGS
72A limit of 1000 points is enforced silently.