diff options
author | rsc <devnull@localhost> | 2006-05-21 15:56:16 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-05-21 15:56:16 +0000 |
commit | 3167fce5ce254c0cd71891b929c324ced2fd5325 (patch) | |
tree | d1c8860c2d7e8485700627e5ed508512015f0fcd /man/man1 | |
parent | dff99a80b6e4c4b2024b346cc4e39db35f877d91 (diff) | |
download | plan9port-3167fce5ce254c0cd71891b929c324ced2fd5325.tar.gz plan9port-3167fce5ce254c0cd71891b929c324ced2fd5325.tar.bz2 plan9port-3167fce5ce254c0cd71891b929c324ced2fd5325.zip |
colors (Gregor Asplund)
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/graph.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/man1/graph.1 b/man/man1/graph.1 index d602f83e..e82d3126 100644 --- a/man/man1/graph.1 +++ b/man/man1/graph.1 @@ -85,6 +85,13 @@ with each abscissa value. The next argument is .IR n . .TP +.B -p +Next argument is one or more of the characters +.B bcgkmrwy, +choosing pen colors by their initial letter, as in +.IR plot (6). +Successive curves will cycle through the colors in the given order. +.TP .B -s Save screen; no new page for this graph. .TP |