Blame


1 1a8f27c3 2004-05-14 devnull .TH PLOT 1
2 1a8f27c3 2004-05-14 devnull .SH NAME
3 1a8f27c3 2004-05-14 devnull plot \- graphics filter
4 1a8f27c3 2004-05-14 devnull .SH SYNOPSIS
5 1a8f27c3 2004-05-14 devnull .B plot
6 1a8f27c3 2004-05-14 devnull [
7 1a8f27c3 2004-05-14 devnull .I file ...
8 1a8f27c3 2004-05-14 devnull ]
9 1a8f27c3 2004-05-14 devnull .SH DESCRIPTION
10 1a8f27c3 2004-05-14 devnull .I Plot
11 1a8f27c3 2004-05-14 devnull interprets plotting instructions (see
12 058b0118 2005-01-03 devnull .IR plot (7))
13 1a8f27c3 2004-05-14 devnull from the
14 1a8f27c3 2004-05-14 devnull .I files
15 1a8f27c3 2004-05-14 devnull or standard input,
16 1a8f27c3 2004-05-14 devnull drawing the results in a newly created
17 d32deab1 2020-08-16 rsc .MR rio (1)
18 1a8f27c3 2004-05-14 devnull window.
19 1a8f27c3 2004-05-14 devnull Plot persists until a newline is typed in the window.
20 1a8f27c3 2004-05-14 devnull Various options may be interspersed with the
21 1a8f27c3 2004-05-14 devnull .I file
22 1a8f27c3 2004-05-14 devnull arguments; they take effect at the given point in processing.
23 1a8f27c3 2004-05-14 devnull Options are:
24 1a8f27c3 2004-05-14 devnull .TP "\w'\fL-g \fIgrade\fLXX'u"
25 1a8f27c3 2004-05-14 devnull .B -d
26 1a8f27c3 2004-05-14 devnull Double buffer: accumulate the plot off-screen and write to the screen all at once
27 1a8f27c3 2004-05-14 devnull when an erase command is encountered or at end of file.
28 1a8f27c3 2004-05-14 devnull .TP
29 1a8f27c3 2004-05-14 devnull .B -e
30 1a8f27c3 2004-05-14 devnull Erase the screen.
31 1a8f27c3 2004-05-14 devnull .TP
32 1a8f27c3 2004-05-14 devnull .BI -c " col"
33 1a8f27c3 2004-05-14 devnull Set the foreground color (see
34 d32deab1 2020-08-16 rsc .MR plot (7)
35 1a8f27c3 2004-05-14 devnull for color names).
36 1a8f27c3 2004-05-14 devnull .TP
37 1a8f27c3 2004-05-14 devnull .BI -f " fill"
38 1a8f27c3 2004-05-14 devnull Set the background color.
39 1a8f27c3 2004-05-14 devnull .TP
40 1a8f27c3 2004-05-14 devnull .BI -g " grade"
41 1a8f27c3 2004-05-14 devnull Set the quality factor for arcs.
42 1a8f27c3 2004-05-14 devnull Higher grades give better quality.
43 1a8f27c3 2004-05-14 devnull .TP
44 1a8f27c3 2004-05-14 devnull .BI -p " col"
45 1a8f27c3 2004-05-14 devnull Set the pen color.
46 1a8f27c3 2004-05-14 devnull .TP
47 1a8f27c3 2004-05-14 devnull .BI -w
48 1a8f27c3 2004-05-14 devnull Pause until a newline is typed on standard input.
49 1a8f27c3 2004-05-14 devnull .TP
50 1a8f27c3 2004-05-14 devnull .B -C
51 1a8f27c3 2004-05-14 devnull Close the current plot.
52 1a8f27c3 2004-05-14 devnull .TP
53 1a8f27c3 2004-05-14 devnull .B -W " x0,y0,x1,y1"
54 1a8f27c3 2004-05-14 devnull Specify the bounding rectangle of plot's window.
55 1a8f27c3 2004-05-14 devnull By default it uses a 512×512 window in the
56 1a8f27c3 2004-05-14 devnull middle of the screen.
57 1a8f27c3 2004-05-14 devnull .SH SOURCE
58 c3674de4 2005-01-11 devnull .B \*9/src/cmd/plot
59 1a8f27c3 2004-05-14 devnull .SH "SEE ALSO"
60 d32deab1 2020-08-16 rsc .MR rio (1) ,
61 d32deab1 2020-08-16 rsc .MR plot (7)