Mercurial > hg > octave-nkf
comparison scripts/plot/view.m @ 12344:68ac95d2460c
Periodic grammarcheck of documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sat, 05 Feb 2011 12:58:34 -0800 |
parents | c792872f8942 |
children | d0b799dafede |
comparison
equal
deleted
inserted
replaced
12343:38384a0f75c0 | 12344:68ac95d2460c |
---|---|
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 (@var{dims}) |
25 ## @deftypefnx {Function File} {} view (@var{ax}, @dots{}) | 25 ## @deftypefnx {Function File} {} view (@var{ax}, @dots{}) |
26 ## Query or set set the viewpoint for the current axes. The parameters | 26 ## 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 | 27 ## @var{azimuth} and @var{elevation} can be given as two arguments or as |
28 ## 2-element vector. | 28 ## 2-element vector. |
29 ## The viewpoint can also be given with Cartesian coordinates @var{x}, | 29 ## The viewpoint can also be given with Cartesian coordinates @var{x}, |
30 ## @var{y}, and @var{z}. | 30 ## @var{y}, and @var{z}. |
31 ## The call @code{view (2)} sets the viewpoint to @var{azimuth} = 0 | 31 ## The call @code{view (2)} sets the viewpoint to @var{azimuth} = 0 |