changeset 7122:542379d37bf9

[project @ 2007-11-07 21:50:41 by jwe]
author jwe
date Wed, 07 Nov 2007 21:50:41 +0000
parents c0d9ac299176
children 0b5807019172
files scripts/plot/Makefile.in scripts/plot/shading.m
diffstat 2 files changed, 7 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/Makefile.in
+++ b/scripts/plot/Makefile.in
@@ -103,6 +103,7 @@
   plot3.m \
   polar.m \
   print.m \
+  quiver.m \
   replot.m \
   semilogx.m \
   semilogxerr.m \
--- 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>