Mercurial > hg > octave-lyh
comparison scripts/plot/__pltopt__.m @ 4898:8fd9495f5054
[project @ 2004-06-04 13:29:33 by jwe]
author | jwe |
---|---|
date | Fri, 04 Jun 2004 13:29:34 +0000 |
parents | efac4b97bb09 |
children | c08cb1098afc |
comparison
equal
deleted
inserted
replaced
4897:89eee52fd4c7 | 4898:8fd9495f5054 |
---|---|
32 ## For lines plot style (default). | 32 ## For lines plot style (default). |
33 ## | 33 ## |
34 ## @item "." | 34 ## @item "." |
35 ## For dots plot style. | 35 ## For dots plot style. |
36 ## | 36 ## |
37 ## @item "@" | 37 ## @item "@@" |
38 ## For points plot style. | 38 ## For points plot style. |
39 ## | 39 ## |
40 ## @item "-@" | 40 ## @item "-@@" |
41 ## For linespoints plot style. | 41 ## For linespoints plot style. |
42 ## | 42 ## |
43 ## @item "^" | 43 ## @item "^" |
44 ## For impulses plot style. | 44 ## For impulses plot style. |
45 ## | 45 ## |
66 ## | 66 ## |
67 ## @item "n" | 67 ## @item "n" |
68 ## With @code{n} in 1-6 (wraps at 8), plot color | 68 ## With @code{n} in 1-6 (wraps at 8), plot color |
69 ## | 69 ## |
70 ## @item "nm" | 70 ## @item "nm" |
71 ## With @code{m} in 1-6 (wraps at 6), point style (only valid for @code{"@"} or | 71 ## With @code{m} in 1-6 (wraps at 6), point style (only valid for @code{"@@"} or |
72 ## @code{"-@"}) | 72 ## @code{"-@@"}) |
73 ## | 73 ## |
74 ## @item @var{c} | 74 ## @item @var{c} |
75 ## Where @var{c} is one of @code{"r"}, @code{"g"}, @code{"b"}, @code{"m"}, | 75 ## Where @var{c} is one of @code{"r"}, @code{"g"}, @code{"b"}, @code{"m"}, |
76 ## @code{"c"}, or @code{"w"} colors. | 76 ## @code{"c"}, or @code{"w"} colors. |
77 ## | 77 ## |