# HG changeset patch # User jwe # Date 1194472241 0 # Node ID 542379d37bf9a0d7d792648f176491b4565555af # Parent c0d9ac299176eb00e3d09f5575fead519a3b2a98 [project @ 2007-11-07 21:50:41 by jwe] diff -r c0d9ac299176 -r 542379d37bf9 scripts/plot/Makefile.in --- a/scripts/plot/Makefile.in Wed Nov 07 21:32:57 2007 +0000 +++ b/scripts/plot/Makefile.in Wed Nov 07 21:50:41 2007 +0000 @@ -103,6 +103,7 @@ plot3.m \ polar.m \ print.m \ + quiver.m \ replot.m \ semilogx.m \ semilogxerr.m \ diff -r c0d9ac299176 -r 542379d37bf9 scripts/plot/shading.m --- a/scripts/plot/shading.m Wed Nov 07 21:32:57 2007 +0000 +++ b/scripts/plot/shading.m Wed Nov 07 21:50:41 2007 +0000 @@ -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