home *** CD-ROM | disk | FTP | other *** search
- size 18 27 box ! (uncomment box for debugging) This is STACK2.GLE
- amove 1.3 14.5
- begin graph
- size 16 12
- nobox
- xaxis min 0 max 20 dticks 4 dsubticks 1
- xplaces 4 8 12 16 20 ! these would be set to match the dates
- xnames "Sep 13" "Sep 23" "Oct 3" "Oct 13" "Oct 23"
- xticks length .2
- yticks length .2
- yaxis min 0 max 75 dticks 10 dsubticks 5 nofirst
- ytitle "Bud burst (%)"
- xtitle ""
- data TEST4.DAT
- d1 lstyle 1 marker wcircle msize .3
- d2 lstyle 1 marker wsquare msize .3
- d3 lstyle 2 marker wcircle msize .3
- d4 lstyle 2 marker wsquare msize .3
- end graph
- set hei .4
- begin key
- offset 8.2 2.3
- text "Shelter row" lstyle 1 marker circle mscale .6
- text "Shelter row + H " lstyle 1 marker square mscale .6
- text "Middle row" lstyle 2 marker circle mscale .6
- text "Middle row + H" lstyle 2 marker square mscale .6
- end key
- rmove 12 9
- text (a)
-
- amove 1.3 4
- set font rm hei .5
- begin graph
- size 16 12
- nobox
- xaxis min 0 max 20 dticks 4 dsubticks 1
- xplaces 4 8 12 16 20 ! these would be set to match the dates
- xnames "Nov 10" "Nov 15" "Nov 20" "Nov 25" "Nov 30"
- xticks length .2
- yticks length .2
- yaxis min 0 max 110 dticks 10 dsubticks 5
- ytitle "Flowers per cane at full bloom "
- xtitle ""
- data TEST4.DAT
- d1 lstyle 1 marker circle msize .3
- d2 lstyle 1 marker square msize .3 smooth
- d3 lstyle 2 marker circle msize .3 smooth
- d4 lstyle 2 marker square msize .3
- end graph
- rmove 12 9
- text (b)
-
- set hei .4
- amove 9 26
- text 22.
- amove 1.3 3
- begin text width 16
- Figure 5. Influence of Hicane on the duration and timing of (a) bud burst
- and (b) flowering of kiwifruit. (Note: this data has been made up)
- end text
-
- set just left
- amove .5 26
- text stack2.gle
-