Mercurial > hg > octave-lyh
diff 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 |
line wrap: on
line diff
--- a/scripts/plot/plot.m +++ b/scripts/plot/plot.m @@ -106,9 +106,6 @@ ## @item . ## Set dots plot style. ## -## @item ^ -## Set impulses plot style. -## ## @item @var{n} ## Interpreted as the plot color if @var{n} is an integer in the range 1 to ## 6. @@ -130,6 +127,7 @@ ## @itemx * ## @itemx o ## @itemx x +## @itemx ^ ## Used in combination with the points or linespoints styles, set the point ## style. ## @end table