Mercurial > hg > octave-nkf
changeset 11829:5f6f05c2d69e release-3-0-x
plot.m: doc fix
author | Tatsuro Matsuoka |
---|---|
date | Mon, 08 Sep 2008 14:00:33 -0400 |
parents | 4c6738504366 |
children | 233de4b9b259 |
files | scripts/ChangeLog scripts/plot/plot.m |
diffstat | 2 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> + + * plot/plot.m: Doc fix. + 2008-09-08 Mark van Rossum <mvanross@inf.ed.ac.uk> * statistics/distributions/binornd.m: Handle zero values of n
--- 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 L ## Set steps plot style. ## @@ -133,6 +130,7 @@ ## @itemx * ## @itemx o ## @itemx x +## @itemx ^ ## Used in combination with the points or linespoints styles, set the point ## style. ## @end table