comparison scripts/plot/plot.m @ 11829:5f6f05c2d69e release-3-0-x

plot.m: doc fix
author Tatsuro Matsuoka
date Mon, 08 Sep 2008 14:00:33 -0400
parents 5389a52df87b
children
comparison
equal deleted inserted replaced
11828:4c6738504366 11829:5f6f05c2d69e
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 L 109 ## @item L
113 ## Set steps plot style. 110 ## Set steps plot style.
114 ## 111 ##
115 ## @item @var{n} 112 ## @item @var{n}
116 ## Interpreted as the plot color if @var{n} is an integer in the range 1 to 113 ## Interpreted as the plot color if @var{n} is an integer in the range 1 to
131 ## 128 ##
132 ## @item + 129 ## @item +
133 ## @itemx * 130 ## @itemx *
134 ## @itemx o 131 ## @itemx o
135 ## @itemx x 132 ## @itemx x
133 ## @itemx ^
136 ## Used in combination with the points or linespoints styles, set the point 134 ## Used in combination with the points or linespoints styles, set the point
137 ## style. 135 ## style.
138 ## @end table 136 ## @end table
139 ## 137 ##
140 ## The @var{fmt} argument may also be used to assign key titles. 138 ## The @var{fmt} argument may also be used to assign key titles.