Mercurial > hg > octave-nkf
diff scripts/plot/view.m @ 16356:df643a532b61
doc: Update docstring for view.m
* scripts/plot/view.m: Add view(2) and view(3) to list of calling forms for
function.
author | Rik <rik@octave.org> |
---|---|
date | Thu, 21 Mar 2013 21:38:36 -0700 |
parents | f3d52523cde1 |
children | eaab03308c0b |
line wrap: on
line diff
--- a/scripts/plot/view.m +++ b/scripts/plot/view.m @@ -21,7 +21,8 @@ ## @deftypefnx {Function File} {} view (@var{azimuth}, @var{elevation}) ## @deftypefnx {Function File} {} view ([@var{azimuth} @var{elevation}]) ## @deftypefnx {Function File} {} view ([@var{x} @var{y} @var{z}]) -## @deftypefnx {Function File} {} view (@var{dims}) +## @deftypefnx {Function File} {} view (2) +## @deftypefnx {Function File} {} view (3) ## @deftypefnx {Function File} {} view (@var{ax}, @dots{}) ## Query or set the viewpoint for the current axes. The parameters ## @var{azimuth} and @var{elevation} can be given as two arguments or as