changeset 8069:c64c9581e9bf

fix documentation of scatter3
author Martin Weiser <weiser2@natur.cuni.cz>
date Thu, 28 Aug 2008 10:20:43 -0400
parents e3e3d12364b0
children 3b53b25e2550
files scripts/ChangeLog scripts/plot/scatter3.m
diffstat 2 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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  <weiser2@natur.cuni.cz>
+
+	* plot/scatter3.m: Doc fix.
+
 2008-08-26  John W. Eaton  <jwe@octave.org>
 
 	* plot/hold.m: If hold is applied to a figure, set state for all
--- 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