Mercurial > hg > octave-lyh
diff scripts/plot/shading.m @ 7122:542379d37bf9
[project @ 2007-11-07 21:50:41 by jwe]
author | jwe |
---|---|
date | Wed, 07 Nov 2007 21:50:41 +0000 |
parents | 0e63f1126f01 |
children | aeeb646f6538 |
line wrap: on
line diff
--- a/scripts/plot/shading.m +++ b/scripts/plot/shading.m @@ -16,18 +16,12 @@ ## 02110-1301, USA. ## -*- texinfo -*- -## @deftypefn {Function File} shading (@var{type}) -## @deftypefnx {Function File} shading (@var{ax}, ...) -## -## Sets the shading of surface or patch graphic objects. Valid arguments for -## @var{type} are "flat", "interp", or "faceted". -## If @var{ax} is given the shading is applied to axis @var{ax} instead of the -## current axis. -## -## @example -## shading ("interp") -## @end example -## +## @deftypefn {Function File} {} shading (@var{type}) +## @deftypefnx {Function File} {} shading (@var{ax}, @dots{}) +## Set the shading of surface or patch graphic objects. Valid arguments +## for @var{type} are @code{"flat"}, @code{"interp"}, or +## @code{"faceted"}. If @var{ax} is given the shading is applied to +## axis @var{ax} instead of the current axis. ## @end deftypefn ## Author: Kai Habel <kai.habel@gmx.de>