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

  1. %AXES    Create axis at arbitrary positions.
  2. %    AXES('position', RECT) opens up an axis at the specified location
  3. %    and returns a handle to it.
  4. %    RECT = [left, bottom, width, height] specifies the location and
  5. %    size of the side of the axis box, relative to the lower-left
  6. %    corner of the Figure window, and in in normalized units where (0,0)
  7. %    is the lower-left corner and (1.0,1.0) is the upper-right.
  8. %
  9. %    AXES, by itself, creates the default full-window axis and returns
  10. %    a handle to it.
  11. %
  12. %    AXES(H) makes the axis with handle H current.
  13. %
  14. %       Execute GET(H) to see a list of axes object properties and
  15. %       their current values. Execute SET(H) to see a list of axes
  16. %       object properties and legal property values.
  17. %
  18. %    See also SUBPLOT, FIGURE, GCA, CLA.
  19.  
  20. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  21. %    Built-in function.
  22.