home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / gle / demo / stack4a.gle < prev    next >
Encoding:
Text File  |  1992-11-29  |  1.9 KB  |  92 lines

  1. size 18 27  ! This is STACK4A.GLE using font Roman Bold
  2. amove 1.3 19
  3. set font rmb hei .4
  4. begin graph
  5.     size 16 6.5
  6.     nobox
  7.     xaxis  min 0 max 1800 dticks 300 dsubticks 100 
  8.     yaxis min 0 max 140 dticks 20 dsubticks 10 
  9.     xlabels off
  10.     xticks length .2
  11.     ylabels hei .4   
  12.     yticks length .2
  13.     ytitle "Fruit weight (g)" hei .5
  14.     data TESTC.DAT
  15.     d1 marker dot mscale 2 
  16.     let d2 = (54.3+0.034*(x)) from 300 to 1700
  17.     d2 line 
  18. end graph
  19. rmove 3 4.5
  20. text Poplar, shelter row
  21.  
  22. amove 1.3 14
  23. begin graph
  24.     size 16 6.5
  25.     nobox
  26.     xaxis min 0 max 1800 dticks 300 dsubticks 100
  27.     yaxis min 0 max 140 dticks 20 dsubticks 10 nolast
  28.     xlabels off
  29.     xticks length .2
  30.     yticks length .2
  31.     ylabels hei .4
  32.     ytitle "Fruit weight (g)"  hei .5
  33.     data TESTC.DAT
  34.     d1 marker dot mscale 2
  35.     let d2 = (47.2+0.045*(x)) from 300 to 1700
  36.     d2 line
  37. end graph
  38. rmove 3 4.5
  39. text Poplar, middle row
  40.  
  41. amove 1.3 9
  42. begin graph
  43.     size 16 6.5
  44.     nobox
  45.     xaxis min 0 max 1800 dticks 300 dsubticks 100
  46.     yaxis min 0 max 140 dticks 20 dsubticks 10 nolast
  47.     xticks length .2
  48.     xlabels off
  49.     ylabels  hei .4   
  50.     yticks length .2
  51.     ytitle "Fruit weight (g)" hei .5
  52.     data TESTC.DAT
  53.     d1 marker dot mscale 2
  54.     let d2 = (53.3+0.040*(x)) from 300 to 1700
  55.     d2 line 
  56. end graph
  57. rmove 3 4.5
  58. text Casuarina, shelter row
  59.  
  60. amove 1.3 4
  61. begin graph
  62.     size 16 6.5
  63.     nobox
  64.     xaxis min 0 max 1800 dticks 300 dsubticks 100
  65.     yaxis min 0 max 140 dticks 20 dsubticks 10 nolast
  66.     xticks length .2
  67.     xlabels hei .4  
  68.     yticks length .2
  69.     ylabels hei .4
  70.     ytitle "Fruit weight (g)" hei .5
  71.     xtitle "Number of seeds per fruit"   hei .5
  72.     data TESTC.DAT
  73.     d1 marker dot mscale 2
  74.     let d2 = (49.4+0.046*(x)) from 300 to 1500
  75.     d2 line 
  76. end graph
  77. rmove 3 4.5
  78. text Casuarina, middle row
  79.  
  80. amove 9 26
  81. text 13.
  82.  
  83. amove 1.3 2.5
  84. begin text width 16
  85.     \setstretch{.1}Figure 3. Influence of proximity to shelter on the 
  86.     relationship between the number of seeds per fruit,and 
  87.     fruit weight. Each data point represents a single fruit.
  88. end text
  89.  
  90. amove 1 26
  91. text stack4a.gle
  92.