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

  1. # nathan.plt
  2.  
  3.       paper size 8.5,11
  4.       subplot area 2.2,3.2 7.25,9.2
  5.       frame
  6. font 1
  7.       map    x 0,4  y 0,2.5
  8.       divi   x 8,0  y 5,0
  9.       format x 1    y 1
  10.       draw x y
  11.       ylab 'Growth Rate (microns/min)'
  12.       xlab 'HCl (%)'
  13.  
  14.       pen style 1
  15.       data
  16. 0     1.067
  17. 0.66  0.769
  18. 1.32  0.175
  19. 1.98, -0.581
  20.       end
  21.       plot x y conn points
  22.  
  23.       pen style 2
  24.       data
  25. 0     1.269
  26. 0.66  1.159
  27. 1.32  0.904
  28. 1.98  0.492
  29. 2.64, -0.061
  30.       end
  31.       plot x y conn points
  32.  
  33.       pen style 3
  34.       data
  35. 0     1.45
  36. 0.66  1.36
  37. 1.32  1.18
  38. 1.98  0.908
  39. 2.64  0.543
  40. 3.30  0.09
  41. 3.96, -0.448
  42.       end
  43.       plot x y conn points
  44.  
  45.       pen style 4
  46.       data
  47. 0     1.712
  48. 0.66  1.597
  49. 1.32  1.383
  50. 1.98  1.076
  51. 2.64  0.683
  52. 3.30  0.209
  53. 3.96, -0.341
  54.       end
  55.       plot x y conn points
  56.  
  57.       pen style 5
  58.       data
  59. 0     1.952
  60. 0.66  1.801
  61. 1.32  1.526
  62. 1.98  1.138
  63. 2.64  0.645
  64. 3.3   0.057
  65. 3.96, -0.619
  66.       end
  67.       plot x y conn points
  68.  
  69.       pen style 6
  70.       data
  71. 0     2.186
  72. 0.66  1.996
  73. 1.32  1.652
  74. 1.98  1.169
  75. 2.64  0.562
  76. 3.30, -0.158
  77.       end
  78.       plot x y conn points
  79.  
  80.       legend at 4.75, 8.75
  81.       pen style 1 'Ts=1000 K'
  82.       pen style 2 'Ts=1100 K'
  83.       pen style 3 'Ts=1200 K'
  84.       pen style 4 'Ts=1353 K'
  85.       pen style 5 'Ts=1500 K'
  86.       pen style 6 'Ts=1650 K'
  87.       end of legend
  88.  
  89.       label bottom ' '
  90.       label bottom 'Model response to the surface temperature.'
  91.       label bottom 'dT/dy = 1000\Uo\DC/cm, d = 0.5 cm'
  92.       label bottom 'l/L = 1, P = 0.1 atm, 0.33% DCS'
  93.