home *** CD-ROM | disk | FTP | other *** search
- # fig422.plt
-
- paper size 8.5,11.0
- subplot area 2.4,4.0 7.25,9.75
- character size .1
-
- map x 300,800 y 850,950
- divi x 5,0 Y 5,0
- format x 0, y 0
-
- frame
- draw x reflect y reflect
- XLAB 'Feed Temperature (K)'
- YLAB 'Maximum Catalyst Temperature (K)'
-
- pen color red
- pen style 2
- symbol type circle
- data
- 300. 300.
- 340. 883.3
- end
- plot x y conn points
-
- pen style 1
- data
- 340. 883.3
- 350. 890.4
- 400. 896.8
- 450. 893.9
- 500. 888.7
- 550. 882.9
- 600. 877.1
- 650. 872.8
- 700. 871.8
- 750. 877.2
- 800. 891.9
- end
- plot x y add
-
- spline
-
- data
- 500. 888.7
- end
- plot x y add symbol
-
- pen color lblue
- pen style 2
- symbol type diamond
- data
- 350. 350.
- 390. 905.7
- end
- plot x y conn points
-
- pen style 1
- data
- 390. 905.7
- 400. 909.1
- 450. 913.8
- 500. 911.8
- 550. 907.7
- 600. 903.1
- 650. 899.1
- 700. 897.1
- 750. 899.3
- 800. 908.4
- end
- plot x y add
-
- spline
-
- data
- 450. 913.8
- end
- plot x y add symbol
-
- pen color green
-
- legend at 3.5 9
- pen color red, style 1 'Velocity = 0.7 m/s' symbol type circle
- pen color lblue, style 2 'Velocity = 1.0 m/s' symbol type diamond
- end of legend
-
- character size .12
- legend at 1.5 3.1
- 'Figure 4.22: Comparison of Maximum Catalyst Temperature '
- ' as a Function of Feed Temperature at'
- ' Different Inlet Velocities'
- ' '
- ' Pellet Diameter = 0.6 cm'
- ' Semi-cycle Period = 60.0 s'
- end of legend