Mercurial > hg > octave-nkf
diff scripts/plot/scatter3.m @ 11826:0b1d7174a12c release-3-0-x
fix documentation of scatter3
author | Martin Weiser <weiser2@natur.cuni.cz> |
---|---|
date | Thu, 28 Aug 2008 10:20:43 -0400 |
parents | d65670971cbc |
children |
line wrap: on
line diff
--- a/scripts/plot/scatter3.m +++ b/scripts/plot/scatter3.m @@ -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