# HG changeset patch # User Tatsuro Matsuoka # Date 1220896833 14400 # Node ID 5f6f05c2d69e7b244cd441e57aecaf3658991f7d # Parent 4c67385043664a54fc7f1fa9949510266dfe105d plot.m: doc fix diff -r 4c6738504366 -r 5f6f05c2d69e 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 4c6738504366 -r 5f6f05c2d69e 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 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