]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/plot
merge
[plan9front.git] / sys / man / 1 / plot
1 .TH PLOT 1
2 .SH NAME
3 plot \- graphics filter
4 .SH SYNOPSIS
5 .B plot
6 [
7 .I file ...
8 ]
9 .SH DESCRIPTION
10 .I Plot
11 interprets plotting instructions (see
12 .IR  plot (6))
13 from the
14 .I files
15 or standard input,
16 drawing the results on the screen.
17 Plot persists until a newline is typed.
18 Various options may be interspersed with the
19 .I file
20 arguments; they take effect at the given point in processing.
21 Options are:
22 .TP "\w'\fL-g \fIgrade\fLXX'u"
23 .B -d
24 Double buffer: accumulate the plot off-screen and write to the screen all at once
25 when an erase command is encountered or at end of file.
26 .TP
27 .B -e
28 Erase the screen.
29 .TP
30 .BI -c " col"
31 Set the foreground color (see
32 .IR plot (6)
33 for color names).
34 .TP
35 .BI -f " fill"
36 Set the background color.
37 .TP
38 .BI -g " grade"
39 Set the quality factor for arcs.
40 Higher grades give better quality.
41 .TP
42 .BI -p " col"
43 Set the pen color.
44 .TP
45 .BI -w
46 Pause until a newline is typed on standard input.
47 .TP
48 .B -C
49 Close the current plot.
50 .SH SOURCE
51 .B /sys/src/cmd/plot
52 .SH "SEE ALSO"
53 .IR plot (6)