diff scripts/plot/line.m @ 6895:76e3d985ae56

[project @ 2007-09-13 18:22:38 by jwe]
author jwe
date Thu, 13 Sep 2007 18:22:51 +0000
parents b298a4c12fc3
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/plot/line.m
+++ b/scripts/plot/line.m
@@ -21,9 +21,13 @@
 ## @deftypefn {Function File} {} line ()
 ## @deftypefnx {Function File} {} line (@var{x}, @var{y})
 ## @deftypefnx {Function File} {} line (@var{x}, @var{y}, @var{z})
-## @deftypefnx {Function File} {} line (@var{x}, @var{y}, @var{z}, @var{opts})
+## @deftypefnx {Function File} {} line (@var{x}, @var{y}, @var{z}, @var{property}, @var{value}, @dots{})
 ## Create line object from @var{x} and @var{y} and insert in current
-## axes object.  Return handle to line object.
+## axes object.  Return a handle (or vector of handles) to the line
+## objects created.
+##
+## Multiple property-value pairs may be specified for the line, but they
+## must appear in pairs.
 ## @end deftypefn
 
 ## Author: jwe