home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1184 / gepackt.exe / FIG422.PLT < prev    next >
Text File  |  1994-02-22  |  1KB  |  95 lines

  1. # fig422.plt
  2.  
  3.  paper size 8.5,11.0
  4.  subplot area 2.4,4.0 7.25,9.75
  5.  character size .1
  6.  
  7.  map x 300,800 y 850,950
  8.  divi x 5,0 Y 5,0
  9.  format x 0, y 0
  10.  
  11.  frame
  12.  draw x reflect y reflect
  13.  XLAB 'Feed Temperature (K)'
  14.  YLAB 'Maximum Catalyst Temperature (K)'
  15.  
  16.  pen color red
  17.  pen style 2
  18.  symbol type circle
  19.  data 
  20.  300. 300.
  21.  340. 883.3
  22.  end
  23.  plot x y conn points
  24.  
  25.  pen style 1
  26.  data
  27.  340. 883.3
  28.  350. 890.4
  29.  400. 896.8
  30.  450. 893.9
  31.  500. 888.7
  32.  550. 882.9
  33.  600. 877.1
  34.  650. 872.8
  35.  700. 871.8
  36.  750. 877.2
  37.  800. 891.9
  38.  end
  39.  plot x y add
  40.  
  41.  spline
  42.  
  43.  data
  44.  500. 888.7
  45.  end
  46.  plot x y add symbol
  47.  
  48.  pen color lblue
  49.  pen style 2 
  50.  symbol type diamond
  51.  data
  52.  350. 350.
  53.  390. 905.7
  54.  end
  55.  plot x y conn points
  56.  
  57.  pen style 1
  58.  data
  59.  390. 905.7
  60.  400. 909.1
  61.  450. 913.8
  62.  500. 911.8
  63.  550. 907.7
  64.  600. 903.1
  65.  650. 899.1
  66.  700. 897.1 
  67.  750. 899.3
  68.  800. 908.4
  69.  end
  70.  plot x y add
  71.  
  72.  spline
  73.  
  74.  data
  75.  450. 913.8
  76.  end
  77.  plot x y add symbol  
  78.  
  79.  pen color green
  80.  
  81.  legend at 3.5 9
  82.    pen color red, style 1 'Velocity =  0.7 m/s' symbol type circle
  83.    pen color lblue, style 2 'Velocity =  1.0 m/s' symbol type diamond
  84.  end of legend
  85.  
  86.  character size .12
  87.  legend at 1.5 3.1
  88.    'Figure 4.22:  Comparison of Maximum Catalyst Temperature '
  89.    '   as a Function of Feed Temperature at'
  90.    '   Different Inlet Velocities'
  91.    '  '
  92.    '   Pellet Diameter    =  0.6 cm'
  93.    '   Semi-cycle Period = 60.0 s'
  94.  end of legend
  95.