home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / GRAPHICS.DI$ / CONTENTS.M < prev    next >
Encoding:
Text File  |  1993-03-09  |  2.3 KB  |  66 lines

  1. % General purpose graphics functions.
  2. % Figure window creation and control.
  3. %   figure     - Create Figure (graph window).
  4. %   gcf        - Get handle to current figure.
  5. %   clf        - Clear current figure.
  6. %   close      - Close figure.
  7. % Axis creation and control.
  8. %   subplot    - Create axes in tiled positions.
  9. %   axes       - Create axes in arbitrary positions.
  10. %   gca        - Get handle to current axes.
  11. %   cla        - Clear current axes.
  12. %   axis       - Control axis scaling and appearance.
  13. %   caxis      - Control pseudocolor axis scaling.
  14. %   hold       - Hold current graph.
  15. % Handle Graphics objects.
  16. %   figure    - Create figure window.
  17. %   axes      - Create axes.
  18. %   line      - Create line.
  19. %   text      - Create text.
  20. %   patch     - Create patch.
  21. %   surface   - Create surface.
  22. %   image     - Create image.
  23. %   uicontrol - Create user interface control.
  24. %   uimenu    - Create user interface menu.
  25. %
  26. % Handle Graphics operations.
  27. %   set        - Set object properties.
  28. %   get        - Get object properties.
  29. %   reset      - Reset object properties.
  30. %   delete     - Delete object.
  31. %   drawnow    - Flush pending graphics events.
  32. %   newplot    - M-file preamble for NextPlot property.
  33. %
  34. % Hardcopy and storage.
  35. %   print      - Print graph or save graph to file.
  36. %   printopt   - Configure local printer defaults.
  37. %   orient     - Set paper orientation. 
  38. % Movies and animation.
  39. %   moviein    - Initialize movie frame memory.
  40. %   getframe   - Get movie frame.
  41. %   movie      - Play recorded movie frames.
  42. % Miscellaneous.
  43. %   ginput     - Graphical input from mouse.
  44. %   rbbox      - Rubberband box.
  45. %   ishold     - Return hold state.
  46. %   whitebg    - Set graphics window defaults for white background.
  47. %   graymon    - Set graphics window defaults for gray-scale monitors.
  48. %   terminal   - Set graphics terminal type.
  49. %   uiputfile  - Put up dialog box for saving files.
  50. %   uigetfile  - Put up dialog box which queries for file names.
  51. %   uisetcolor - Put up dialog box which returns an RGB value.
  52. %   uisetfont  - Put up dialog box which queries for a font.
  53. %
  54. % See also PLOTXY, PLOTXYZ, COLOR.
  55.  
  56. %   prtps      - Postscript printer driver.
  57. %   prtwin     - MS-Windows(tm) driver.
  58.  
  59. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  60.  
  61.