Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
16355:022898b4323b | 16356:df643a532b61 |
---|---|
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {[@var{azimuth}, @var{elevation}] =} view () | 20 ## @deftypefn {Function File} {[@var{azimuth}, @var{elevation}] =} view () |
21 ## @deftypefnx {Function File} {} view (@var{azimuth}, @var{elevation}) | 21 ## @deftypefnx {Function File} {} view (@var{azimuth}, @var{elevation}) |
22 ## @deftypefnx {Function File} {} view ([@var{azimuth} @var{elevation}]) | 22 ## @deftypefnx {Function File} {} view ([@var{azimuth} @var{elevation}]) |
23 ## @deftypefnx {Function File} {} view ([@var{x} @var{y} @var{z}]) | 23 ## @deftypefnx {Function File} {} view ([@var{x} @var{y} @var{z}]) |
24 ## @deftypefnx {Function File} {} view (@var{dims}) | 24 ## @deftypefnx {Function File} {} view (2) |
25 ## @deftypefnx {Function File} {} view (3) | |
25 ## @deftypefnx {Function File} {} view (@var{ax}, @dots{}) | 26 ## @deftypefnx {Function File} {} view (@var{ax}, @dots{}) |
26 ## Query or set the viewpoint for the current axes. The parameters | 27 ## Query or set the viewpoint for the current axes. The parameters |
27 ## @var{azimuth} and @var{elevation} can be given as two arguments or as | 28 ## @var{azimuth} and @var{elevation} can be given as two arguments or as |
28 ## 2-element vector. | 29 ## 2-element vector. |
29 ## The viewpoint can also be given with Cartesian coordinates @var{x}, | 30 ## The viewpoint can also be given with Cartesian coordinates @var{x}, |