home *** CD-ROM | disk | FTP | other *** search
- size 26 18 box ! This is FOUR.GLE, four graphs in a square
- set font pldr
- set hei 0.57 just cent
- amove 0 0
- begin graph
- size 13 9
- title "Tree Spacing 4.5 x 2.0 m"
- xtitle "fruit size grade"
- ytitle "tonnes/ha"
- xaxis min -0.5 max 5.5 dticks 1
- yaxis min 0 max 30 dsubticks 10
- xnames "M" "T" "W" "T" "F" "S"
- noborder
- bar d1 width 1.0 fill grey10
- data test.dat
- end graph
-
- amove 0 9
- begin graph
- size 13 9
- title "Tree Spacing 4.5 x 2.0 m"
- xtitle "fruit size grade"
- ytitle "tonnes/ha"
- xaxis min -0.5 max 5.5 dticks 1
- yaxis min 0 max 30 dsubticks 10
- xnames "M" "T" "W" "T" "F" "S"
- noborder
- bar d1 width 1.0 fill shade5
- data test.dat
- end graph
-
- amove 13 9
- begin graph
- size 13 9
- title "Tree Spacing 4.5 x 2.0 m"
- xtitle "fruit size grade"
- ytitle "tonnes/ha"
- xaxis min -0.5 max 5.5 dticks 1
- yaxis min 0 max 30 dsubticks 10
- xnames "M" "T" "W" "T" "F" "S"
- noborder
- data test.dat
- bar d1 width .8 fill shade
- let d3 = d1+5+.5*d1
- bar d3 from d1 width .8 fill grey30
- end graph
-
- amove 13 0
- begin graph
- size 13 9
- title "Tree Spacing 4.5 x 2.0 m"
- xtitle "fruit size grade"
- ytitle "tonnes/ha"
- xaxis min -0.5 max 5.5 dticks 1
- yaxis min 0 max 30 dsubticks 10
- xnames "M" "T" "W" "T" "F" "S"
- noborder
- data test.dat
- bar d1,d2 fill grid1,grid3 width .3 dist .3
- end graph
-
-
- set hei .5 just left
- amove .1 .2
- text four.gle
-