home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / PLOTXY.DI$ / LINE.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  941 b   |  22 lines

  1. %LINE    Create line low-level objects.
  2. %     LINE(X,Y) adds the line in vectors X and Y to the current axes. 
  3. %     If X and Y are matrices the same size, one line per column is added.
  4. %     LINE(X,Y,Z) creates lines in 3-D coordinates.
  5. %
  6. %    LINE returns a column vector of handles to LINE objects, 
  7. %    one handle per line. LINEs are children of AXES objects.
  8. %
  9. %    The X,Y pair (X,Y,Z triple for 3-D) can be followed by 
  10. %    parameter/value pairs to specify additional properties of the lines.
  11. %    The X,Y pair (X,Y,Z triple for 3-D) can be omitted entirely, and
  12. %    all properties specified using parameter/value pairs.
  13. %
  14. %       Execute GET(H), where H is a line handle, to see a list of line
  15. %       object properties and their current values. Execute SET(H) to see a 
  16. %       list of line object properties and legal property values.
  17. %
  18. %    See also PATCH, TEXT, PLOT, PLOT3.
  19.  
  20. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  21. %    Built-in function.
  22.