diff scripts/plot/zlabel.m @ 6257:44c91c5dfe1d

[project @ 2007-01-30 19:16:52 by jwe]
author jwe
date Tue, 30 Jan 2007 19:16:55 +0000
parents ace8d8d26933
children b2096bb759b1
line wrap: on
line diff
--- a/scripts/plot/zlabel.m
+++ b/scripts/plot/zlabel.m
@@ -22,16 +22,10 @@
 ## See xlabel.
 ## @end deftypefn
 
-## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU>
-## Created: 3 July 95
-## Adapted-By: jwe
+## Author: jwe
 
 function h = zlabel (varargin)
 
-  ## FIXME -- eventually, we will return a graphics handle.  For
-  ## now, return something, so that calls that expect a handle won't
-  ## fail (at least immediately).
-
   if (nargout > 0)
     h = __axis_label__ ("zlabel", varargin{:});
   else