# HG changeset patch # User Tatsuro Matsuoka # Date 1220896833 14400 # Node ID 3eda9aa17d7c40721d92ab385bf26acce980720c # Parent 7d19f4f70c613ca006e7062a4dba82b5a7c20a8d plot.m: doc fix diff -r 7d19f4f70c61 -r 3eda9aa17d7c scripts/ChangeLog --- a/scripts/ChangeLog Mon Sep 08 12:45:53 2008 -0400 +++ b/scripts/ChangeLog Mon Sep 08 14:00:33 2008 -0400 @@ -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 -r 7d19f4f70c61 -r 3eda9aa17d7c scripts/plot/plot.m --- a/scripts/plot/plot.m Mon Sep 08 12:45:53 2008 -0400 +++ b/scripts/plot/plot.m Mon Sep 08 14:00:33 2008 -0400 @@ -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