comparison 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
comparison
equal deleted inserted replaced
6894:0a71f51ae624 6895:76e3d985ae56
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} line () 21 ## @deftypefn {Function File} {} line ()
22 ## @deftypefnx {Function File} {} line (@var{x}, @var{y}) 22 ## @deftypefnx {Function File} {} line (@var{x}, @var{y})
23 ## @deftypefnx {Function File} {} line (@var{x}, @var{y}, @var{z}) 23 ## @deftypefnx {Function File} {} line (@var{x}, @var{y}, @var{z})
24 ## @deftypefnx {Function File} {} line (@var{x}, @var{y}, @var{z}, @var{opts}) 24 ## @deftypefnx {Function File} {} line (@var{x}, @var{y}, @var{z}, @var{property}, @var{value}, @dots{})
25 ## Create line object from @var{x} and @var{y} and insert in current 25 ## Create line object from @var{x} and @var{y} and insert in current
26 ## axes object. Return handle to line object. 26 ## axes object. Return a handle (or vector of handles) to the line
27 ## objects created.
28 ##
29 ## Multiple property-value pairs may be specified for the line, but they
30 ## must appear in pairs.
27 ## @end deftypefn 31 ## @end deftypefn
28 32
29 ## Author: jwe 33 ## Author: jwe
30 34
31 function h = line (varargin) 35 function h = line (varargin)