# HG changeset patch # User Martin Weiser # Date 1219933243 14400 # Node ID c64c9581e9bf247e7d96ecf3f45f669b691ae12d # Parent e3e3d12364b01734846c43745bbc63128a93ef28 fix documentation of scatter3 diff -r e3e3d12364b0 -r c64c9581e9bf scripts/ChangeLog --- a/scripts/ChangeLog Wed Aug 27 09:59:55 2008 -0400 +++ b/scripts/ChangeLog Thu Aug 28 10:20:43 2008 -0400 @@ -1,3 +1,7 @@ +2008-08-28 Martin Weiser + + * plot/scatter3.m: Doc fix. + 2008-08-26 John W. Eaton * plot/hold.m: If hold is applied to a figure, set state for all diff -r e3e3d12364b0 -r c64c9581e9bf scripts/plot/scatter3.m --- a/scripts/plot/scatter3.m Wed Aug 27 09:59:55 2008 -0400 +++ b/scripts/plot/scatter3.m Thu Aug 28 10:20:43 2008 -0400 @@ -24,11 +24,11 @@ ## @deftypefnx {Function File} {} scatter3 (@var{h}, @dots{}) ## @deftypefnx {Function File} {@var{h} =} scatter3 (@dots{}) ## -## Plot a scatter plot of the data in 3D. A marker is ploted at each point -## defined by the points in the vectors @var{x} and @var{y}. The size of -## the markers used is determined by the @var{s}, which can be a scalar, -## a vector of the same length of @var{x} and @var{y}. If @var{s} is not -## given or is an empty matrix, then the default value of 8 points is used. +## Plot a scatter plot of the data in 3D. A marker is plotted at each point +## defined by the points in the vectors @var{x}, @var{y} and @var{z}. The size +## of the markers used is determined by @var{s}, which can be a scalar or +## a vector of the same length of @var{x}, @var{y} and @var{z}. If @var{s} is +## not given or is an empty matrix, then the default value of 8 points is used. ## ## The color of the markers is determined by @var{c}, which can be a string ## defining a fixed color, a 3 element vector giving the red, green and blue