# HG changeset patch # User Tatsuro Matsuoka # Date 1220896833 14400 # Node ID 3eda9aa17d7c40721d92ab385bf26acce980720c # Parent 7d19f4f70c613ca006e7062a4dba82b5a7c20a8d plot.m: doc fix diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2008-09-08 Tatsuro MATSUOKA + + * plot/plot.m: Doc fix. + 2008-09-08 Mark van Rossum * statistics/distributions/binornd.m: Handle zero values of n diff --git a/scripts/plot/plot.m b/scripts/plot/plot.m --- 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