home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / maj / 2199 / examples / fig305.plt < prev    next >
Text File  |  1994-07-09  |  1KB  |  83 lines

  1. # fig305.plt - spectrophotometer diagram
  2.  
  3. paper size 11 8.5
  4. subplot area 1.25 1.25 9.75 7
  5. map x 0 8.5 y 0 5.75
  6.  
  7. font 1
  8.  
  9. arrow from 1.84 4.5 to 1.84 4
  10. arrow from 2.4 4.5 to 2.4 4
  11.  
  12. # pump 1
  13.  
  14. data
  15. 3.2,5.2 3,5.2 3,4.4 2.8,4.4 2.8,4 3.6,4 3.6,4.4 3,4.4 3.4,4.4 3.4,5.2
  16. 3.2,5.2 3.2,5.6 0.4,5.6 0.4,2.5
  17. end
  18. plot x y con
  19.  
  20. # pump 2
  21.  
  22. data
  23. 2.2,5.2 2,5.2 2,4.4 1.8,4.4 1.8,4 2.6,4 2.6,4.4 2,4.4 2.4,4.4 2.4,5.2
  24. 2.2,5.2 2.2,5.4 1,5.4 1,2.5
  25. end
  26. plot x y con
  27.  
  28. # switching valve
  29.  
  30. data
  31. 0.7,1.5 0.2,1.5 0.2,2.5 1.2,2.5 1.2,1.5 0.7,1.5
  32. 0.7,1.3 1.4,1.3 2,1.3
  33. end
  34. plot x y con
  35.  
  36. # sandpack and spectrophotometer
  37.  
  38. data
  39. 4.4,1.3 4.4,1.6 2,1.6 2,1 4.4,1 4.4,1.3 4.8,1.3
  40. 4.8,2 7.2,2 7.2,1 4.8,1 4.8,1.3
  41. end
  42. plot x y con
  43.  
  44. # computer - a/d coverter
  45.  
  46. data
  47. 5.8,4.4 5.8,3.8 7.2,3.8 7.2,5 5.8,5 5.8,4.4 7.2,4.4
  48. end
  49. plot x y con
  50.  
  51. # timer
  52.  
  53. data
  54. 2.5,2.8 2.5,2.2 3.5,2.2 3.5,2.8 2.5,2.8
  55. end
  56. plot x y con
  57.  
  58. character size 0.1
  59.  
  60. label center at 3.95 5.1  'pumps'
  61. label center at 1.95 3.3  'switching'
  62. label center at 1.95 3.1  'valve'
  63. label center at 4.45 2.55 'sandpack'
  64. label center at 7.25 2.55 'spectrophotometer'
  65. label center at 7.75 5.95 'computer'
  66. label center at 7.75 5.35 'chart recorder'
  67. label center at 4.3  3.7  'timer'
  68.  
  69. label angle 90 center at 1.84 5.5 'brine/chromium solution'
  70. label angle 90 center at 2.4  5.5 'brine solution'
  71.  
  72. pen style 5
  73.  
  74. data
  75. 6.5,3.8 6.5,2
  76. end
  77. plot x y con
  78.  
  79. data
  80. 1.2,2 2.5,2.5
  81. end
  82. plot x y con
  83.