Mercurial > hg > octave-lyh
comparison scripts/plot/plot.m @ 8088:3eda9aa17d7c
plot.m: doc fix
author | Tatsuro Matsuoka |
---|---|
date | Mon, 08 Sep 2008 14:00:33 -0400 |
parents | 95dce69538ec |
children | eb63fbe60fab |
comparison
equal
deleted
inserted
replaced
8087:7d19f4f70c61 | 8088:3eda9aa17d7c |
---|---|
104 ## Set lines plot style (default). | 104 ## Set lines plot style (default). |
105 ## | 105 ## |
106 ## @item . | 106 ## @item . |
107 ## Set dots plot style. | 107 ## Set dots plot style. |
108 ## | 108 ## |
109 ## @item ^ | |
110 ## Set impulses plot style. | |
111 ## | |
112 ## @item @var{n} | 109 ## @item @var{n} |
113 ## Interpreted as the plot color if @var{n} is an integer in the range 1 to | 110 ## Interpreted as the plot color if @var{n} is an integer in the range 1 to |
114 ## 6. | 111 ## 6. |
115 ## | 112 ## |
116 ## @item @var{nm} | 113 ## @item @var{nm} |
128 ## | 125 ## |
129 ## @item + | 126 ## @item + |
130 ## @itemx * | 127 ## @itemx * |
131 ## @itemx o | 128 ## @itemx o |
132 ## @itemx x | 129 ## @itemx x |
130 ## @itemx ^ | |
133 ## Used in combination with the points or linespoints styles, set the point | 131 ## Used in combination with the points or linespoints styles, set the point |
134 ## style. | 132 ## style. |
135 ## @end table | 133 ## @end table |
136 ## | 134 ## |
137 ## The @var{fmt} argument may also be used to assign key titles. | 135 ## The @var{fmt} argument may also be used to assign key titles. |