comparison scripts/plot/view.m @ 11567:5c18da80e28a

doc fixes
author John W. Eaton <jwe@octave.org>
date Wed, 19 Jan 2011 05:38:40 -0500
parents 3c6e8aaa9555
children c792872f8942
comparison
equal deleted inserted replaced
11566:8bb85ba7c9a6 11567:5c18da80e28a
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {[@var{azimuth}, @var{elevation}] =} view () 20 ## @deftypefn {Function File} {[@var{azimuth}, @var{elevation}] =} view ()
21 ## @deftypefn {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 set the viewpoint for the current axes. The parameters