


% -*- texinfo -*-
% @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{property}, @var{value}, @dots{})
% Create line object from @var{x} and @var{y} and insert in current
% 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