home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 9 / CD_ASCQ_09_1193.iso / maj / 2199 / examples.exe / SNYDER.PLT < prev    next >
Text File  |  1993-08-21  |  996b  |  35 lines

  1. [ snyder.plt
  2.  
  3.       paper size 8.5, 11.0
  4.       subplot area 1.8 1.5 7.0 9.5
  5.       frame
  6.       map x 0,1  y 0, 500
  7.       divi x 10,0 Y 5,10
  8.       format x 1, y 0
  9.       draw x reflect y reflect
  10.       ylab 'GAS TEMPERATURE - FEED TEMPERATURE (K)'
  11.       xlab 'LENGTH (m)'
  12.       data file 'deltc9.dat'
  13.       plot x y conn points
  14.       pen style 2
  15.       data file 'deltb9.dat'
  16.       plot x y conn points
  17.       pen style 3
  18.       data file 'delt11.dat'
  19.       plot x y conn points
  20.       pen style 4
  21.       data file 'delte6.dat'
  22.       plot x y conn points
  23.       pen style 5 
  24.       data file 'deltf8.dat'
  25.       plot x y conn points
  26.       pen style 1
  27.       legend at 3.0 3.5 offset 2
  28.       pen style 1  'T feed = 400K'
  29.       pen style 2  'T feed = 450K'
  30.       pen style 3  'T feed = 500K'
  31.       pen style 4  'T feed = 600K'
  32.       pen style 5  'T feed = 700K'
  33.       end of legend
  34.       title 'VS AXIAL DISTANCE'
  35.       title 'PLOT OF GAS TEMPERATURES MINUS FEED TEMPERATURES'