File: sm_stack2.tex

package info (click to toggle)
gle-graphics-manual 4.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,864 kB
  • sloc: perl: 67; makefile: 14
file content (135 lines) | stat: -rw-r--r-- 5,408 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%                                                                      %
% GLE - Graphics Layout Engine <http://glx.sourceforge.io/>            %
%                                                                      %
% Modified BSD License                                                 %
%                                                                      %
% Copyright (C) 2009 GLE.                                              %
%                                                                      %
% Redistribution and use in source and binary forms, with or without   %
% modification, are permitted provided that the following conditions   %
% are met:                                                             %
%                                                                      %
%    1. Redistributions of source code must retain the above copyright %
% notice, this list of conditions and the following disclaimer.        %
%                                                                      %
%    2. Redistributions in binary form must reproduce the above        %
% copyright notice, this list of conditions and the following          %
% disclaimer in the documentation and/or other materials provided with %
% the distribution.                                                    %
%                                                                      %
%    3. The name of the author may not be used to endorse or promote   %
% products derived from this software without specific prior written   %
% permission.                                                          %
%                                                                      %
% THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR   %
% IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED       %
% WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE   %
% ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY       %
% DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL   %
% DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE    %
% GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS        %
% INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER %
% IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR      %
% OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN  %
% IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                        %
%                                                                      %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\addcontentsline{toc}{section}{Stack of Two Graphs}
\psgraphin{appendix/fig/stack2}{15.0}{25.0}{Stack of 2 Graphs}
% \graphin{stack2}{15.0cm}{25.0cm}{Stack of 2 Graphs}
\clearpage
\vfill
\begin{center}
\begin{minipage}[t]{12.0cm}
%%\input{stack2.gle}
{\scriptsize %\footnotesize
\begin{verbatim}
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                                    
\end{verbatim}
} %% \footnotesize
\hfill {\small stack2.gle}\\
\vspace*{-4.0ex} %\vfill
%%\input{test4.dat}
{\footnotesize
\begin{verbatim}
1         10        5         90        12        
3         30        15        80        22        
5         50        25        70        10        
8         80        40        60        15        
10        90        45        55        11        
14        70        35        50        14        
19        80        40        60        6         
\end{verbatim}
}
\hfill {\small test4.dat}\\
\end{minipage}
\end{center}
\vfill
%\psgraphin{stack2}{15.0}{25.0}{Stack of 2 Graphs}
%\graphin{stack2}{15.0cm}{25.0cm}{Stack of 2 Graphs}
%\clearpage