plot(1) manpage corrections
This commit is contained in:
parent
62f5a7e2b7
commit
feb58cce49
1 changed files with 2 additions and 10 deletions
|
@ -13,10 +13,8 @@ interprets plotting instructions (see
|
||||||
from the
|
from the
|
||||||
.I files
|
.I files
|
||||||
or standard input,
|
or standard input,
|
||||||
drawing the results in a newly created
|
drawing the results on the screen.
|
||||||
.IR rio (1)
|
Plot persists until a newline is typed.
|
||||||
window.
|
|
||||||
Plot persists until a newline is typed in the window.
|
|
||||||
Various options may be interspersed with the
|
Various options may be interspersed with the
|
||||||
.I file
|
.I file
|
||||||
arguments; they take effect at the given point in processing.
|
arguments; they take effect at the given point in processing.
|
||||||
|
@ -49,13 +47,7 @@ Pause until a newline is typed on standard input.
|
||||||
.TP
|
.TP
|
||||||
.B -C
|
.B -C
|
||||||
Close the current plot.
|
Close the current plot.
|
||||||
.TP
|
|
||||||
.B -W " x0,y0,x1,y1"
|
|
||||||
Specify the bounding rectangle of plot's window.
|
|
||||||
By default it uses a 512×512 window in the
|
|
||||||
middle of the screen.
|
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /sys/src/cmd/plot
|
.B /sys/src/cmd/plot
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR rio (1),
|
|
||||||
.IR plot (6)
|
.IR plot (6)
|
||||||
|
|
Loading…
Reference in a new issue