# HG changeset patch # User Martin Weiser # Date 1219933243 14400 # Node ID 0b1d7174a12c66790afba26ed887170c0cec3ec6 # Parent c3fd657121017437755d242652caa9a23653c9e1 fix documentation of scatter3 diff -r c3fd65712101 -r 0b1d7174a12c 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 c3fd65712101 -r 0b1d7174a12c 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