home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / gle / demo / utitle.gle < prev    next >
Encoding:
Text File  |  1992-11-29  |  1.2 KB  |  74 lines

  1. size 18 27
  2. box 18 27
  3. amove .2 .2
  4. box 18-.4 27-.4
  5. set just center hei 1.3
  6. amove 12.1 23
  7.  
  8. set hei 1.4 font rmi
  9. for i = 0 to 1 step .05
  10.     set color (1-i)
  11.     text Utilities
  12.     rmove -.05 .025
  13. next i
  14. set color white
  15. text Utilities
  16. set color black
  17.  
  18. set hei .8 just center
  19. amove 9 21.5
  20. amove 11.8 21.6
  21. text Surface, Contour,
  22. rmove 0 -.9
  23. text Manip, Fitz, Letz, Fitls
  24. Rmove 0 -1.2
  25. set hei .6
  26. text Version 3.2
  27. set just left hei .7
  28. set hei .401 ! font cmr10
  29. set font rm
  30.  
  31. sub thetext
  32. begin text width 13
  33. \setstretch{.01}MANIP is a general purpose data entry and manipulation
  34. package. 
  35.  
  36. FITLS fits any equation with unknown constants to X,Y data.
  37.  
  38. FITZ allows surfaces to be fitted to X,Y,Z data.
  39.  
  40. LETZ allows a surface to be generated from an X,Y 
  41. equation.
  42.  
  43. Evenly spaced Z data can be plotted 
  44. using SURFACE or a contour of the data
  45. can be plotted on a normal GLE graph using CONTOUR.  
  46. end text 
  47. end sub
  48.  
  49.  
  50. amove  2.5  16 
  51. begin box fill grey40 noborder add .4
  52.     @thetext
  53. end box
  54. rmove -.5 .5
  55. begin box fill white add .4
  56.     @thetext
  57. end box
  58. @thetext
  59. amove 2.5 16
  60.  
  61.  
  62. set hei 7 font rmi
  63. amove 2 2 
  64. begin path clip stroke
  65. text GLE 
  66. end path
  67.  
  68. set lwidth .1
  69. amove 2 1.8 
  70. for i = 0 to 40 
  71. amove 2 2 
  72. aline i 40-i
  73. next i
  74.