-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgraph2.xml
More file actions
242 lines (242 loc) · 8.42 KB
/
graph2.xml
File metadata and controls
242 lines (242 loc) · 8.42 KB
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<mugl>
<graph>
<window border="2" bordercolor="0xffffff"/>
<background color="0x000000"/>
<plotarea border="0"/>
<horizontalaxis type="datetime" id="xaxis" position="0" base="-1,.5" min="1875" max="2005" color="0xffffff">
<labels format="%n %Y" anchor="0 1" position="0 -5" angle="0"/>
<grid visible="true" color="0x333333"/>
</horizontalaxis>
<verticalaxis id="yaxis" position="0" min="11" max="14" highlightstyle="labels" color="0xfffffff">
<labels format="%.1f" anchor="1 0" position="-7 2" start="0" spacing="50 20 10 5 2 1 0.5 0.2 0.1 0.05 0.02 0.01"/>
<grid visible="true" color="0x333333"/>
</verticalaxis>
<plot>
<horizontalaxis ref="xaxis"><variable ref="year2"/></horizontalaxis>
<verticalaxis ref="yaxis"><variable ref="temp4"/></verticalaxis>
<renderer type="bar">
<option name="linecolor" value="0xff00ff"/>
<option name="fillcolor" value="0xffff00"/>
<option name="baroffset" value="0.5"/>
</renderer>
</plot>
<plot>
<horizontalaxis ref="xaxis"><variable ref="year"/></horizontalaxis>
<verticalaxis ref="yaxis"><variable ref="temp1"/></verticalaxis>
<renderer type="pointline">
<option name="pointsize" value="2"/>
<option name="pointshape" value="square"/>
<option name="pointcolor" value="0x000000"/>
<option name="pointoutlinecolor" value="0xff99ff"/>
<option name="pointoutlinewidth" value="1"/>
<option name="linewidth" value="1"/>
<option name="linecolor" value="0xff00ff"/>
</renderer>
</plot>
<plot>
<horizontalaxis ref="xaxis"><variable ref="year"/></horizontalaxis>
<verticalaxis ref="yaxis"><variable ref="temp2"/></verticalaxis>
<renderer type="pointline">
<option name="pointsize" value="3"/>
<option name="pointshape" value="triangle"/>
<option name="pointcolor" value="0x000000"/>
<option name="pointoutlinecolor" value="0xff9999"/>
<option name="pointoutlinewidth" value="1"/>
<option name="linewidth" value="2"/>
<option name="linecolor" value="0xff0000"/>
</renderer>
</plot>
<plot>
<horizontalaxis ref="xaxis"><variable ref="year"/></horizontalaxis>
<verticalaxis ref="yaxis"><variable ref="temp3"/></verticalaxis>
<renderer type="pointline">
<option name="pointsize" value="5"/>
<option name="pointshape" value="diamond"/>
<option name="pointcolor" value="0xb06809"/>
<option name="pointoutlinecolor" value="0xffffff"/>
<option name="pointoutlinewidth" value="1"/>
<option name="linewidth" value="1"/>
<option name="linecolor" value="0x00ffff"/>
</renderer>
</plot>
<data>
<variables>
<variable id="year" column="0" type="datetime"/>
<variable id="temp1" column="1"/>
<variable id="temp2" column="2"/>
<variable id="temp3" column="3"/>
</variables>
<values>
1850,12.407132,12.150211,12.721752
1851,12.530967,11.959394,12.660198
1852,12.634788,12.214542,12.606037
1853,12.588217,12.143525,12.544600
1854,12.487340,12.114207,12.554958
1855,12.542792,12.149123,12.619234
1856,12.521245,12.067969,12.493647
1857,12.451503,12.048970,12.715903
1858,12.520891,11.974843,12.707163
1859,12.668591,12.030294,12.641319
1860,12.498823,12.067575,12.666276
1861,12.508411,11.992743,12.499410
1862,12.584553,12.049115,12.526590
1863,12.445424,12.050699,12.634284
1864,12.463716,12.171461,12.696917
1865,12.575682,12.077778,12.663866
1866,12.369463,12.113242,12.662365
1867,12.278056,12.000688,12.642883
1868,12.371948,12.038622,12.655565
1869,12.266276,12.023192,12.568193
1870,12.221617,12.146019,12.599862
1871,12.256992,12.147713,12.531322
1872,12.476565,11.976556,12.629575
1873,12.672084,12.009176,12.627665
1874,12.579801,11.984850,12.672570
1875,12.517374,12.186785,12.626518
1876,12.540081,12.076358,12.493909
1877,12.427108,12.008756,12.586279
1878,12.564300,12.034562,12.579164
1879,12.554749,11.997988,12.634102
1880,12.514971,11.967454,12.633105
1881,12.512655,12.016408,12.647665
1882,12.412498,12.024335,12.749369
1883,12.361579,12.087347,12.556819
1884,12.377657,12.052943,12.638380
1885,12.515919,12.028063,12.683159
1886,12.577127,12.075105,12.735442
1887,12.586952,12.100144,12.602906
1888,12.569869,11.997570,12.638195
1889,12.582125,12.138892,12.555921
1890,12.428272,12.111874,12.578145
1891,12.542518,12.109888,12.669207
1892,12.605928,12.090720,12.672241
1893,12.647329,12.049719,12.742236
1894,12.540557,12.053270,12.715970
1895,12.406005,12.070062,12.770602
1896,12.457260,12.150800,12.825862
1897,12.481117,12.019900,12.729679
1898,12.399404,12.177217,12.699894
1899,12.449600,12.169490,12.613892
1900,12.415083,12.160691,12.752339
1901,12.262640,12.123158,12.783340
1902,12.335735,12.276031,12.764711
1903,12.548512,12.112089,12.730103
1904,12.570361,12.113431,12.753516
1905,12.383397,12.265510,12.718959
1906,12.269639,12.139675,12.908669
1907,12.424399,12.155786,12.777059
1908,12.490107,12.174732,12.662151
1909,12.599073,12.178005,12.637726
1910,12.535391,12.168895,12.654483
1911,12.553454,12.261760,12.676151
1912,12.400980,12.256703,12.679397
1913,12.451773,12.182975,12.755798
1914,12.240158,12.133520,12.715399
1915,12.390536,12.240601,12.758765
1916,12.413692,12.262973,12.799213
1917,12.347153,12.188164,12.785379
1918,12.515681,12.254536,12.869683
1919,12.667206,12.252227,12.921308
1920,12.579724,12.265072,12.854645
1921,12.512701,12.159636,12.775433
1922,12.532395,12.092137,12.800180
1923,12.491641,12.098984,12.926959
1924,12.546554,12.264668,12.830166
1925,12.575189,12.239897,12.754653
1926,12.652336,12.382189,12.687488
1927,12.606031,12.299525,12.799985
1928,12.538467,12.329099,12.963706
1929,12.638973,12.425789,12.902119
1930,12.626157,12.208428,12.834880
1931,12.504759,12.313818,12.829330
1932,12.583697,12.248309,12.806674
1933,12.475403,12.308721,12.908007
1934,12.497709,12.237486,12.868369
1935,12.427269,12.352330,12.823982
1936,12.483564,12.216817,12.784080
1937,12.565139,12.273570,13.043824
1938,12.406210,12.305549,12.975659
1939,12.377323,12.374520,12.930859
1940,12.449925,12.330225,12.861992
1941,12.538089,12.390501,12.809228
1942,12.508036,12.356603,12.867004
1943,12.611381,12.372905,13.016485
1944,12.487589,12.344085,12.929776
1945,12.368531,12.362312,12.897703
1946,12.402766,12.376860,13.074409
1947,12.368909,12.332793,12.934595
1948,12.478956,12.305925,13.039424
1949,12.487784,12.218398,13.040563
1950,12.481054,12.336700,12.988882
1951,12.459057,12.410108,12.896285
1952,12.393604,12.368476,12.944782
1953,12.547978,12.362713,12.983351
1954,12.499050,12.342894,12.998400
1955,12.505608,12.310624,13.030643
1956,12.604181,12.368069,13.002728
1957,12.469968,12.482658,13.008084
1958,12.480786,12.500872,12.918764
1959,12.482151,12.638016,12.954990
1960,12.495973,12.397610,12.841481
1961,12.589205,12.333706,13.001001
1962,12.565632,12.511022,13.149420
1963,12.458965,12.544131,13.046320
1964,12.566247,12.606239,12.894900
1965,12.551748,12.520317,13.047609
1966,12.414493,12.476505,12.995942
1967,12.621775,12.606507,13.096176
1968,12.634941,12.777167,13.139933
1969,12.523751,12.643940,13.193907
1970,12.438471,12.659851,13.175885
1971,12.462578,12.560027,13.086716
1972,12.506595,12.688101,13.264098
1973,12.408216,12.708935,13.385090
1974,12.310762,12.787829,13.285877
1975,12.478660,12.865938,13.383007
1976,12.589365,12.704064,13.478910
1977,12.502958,12.833533,13.424526
1978,12.511776,12.853673,13.505569
1979,12.545781,12.936544,13.392720
1980,12.568585,13.017449,13.353575
1981,12.663353,12.992454,13.562186
1982,12.684052,12.980125,13.536555
1983,12.560740,12.981351,13.465543
1984,12.620178,13.083109,13.571763
1985,12.737402,13.018742,13.621002
1986,12.776848,12.893442,13.772532
1987,12.812220,13.075594,13.749649
1988,12.829482,12.918075,13.788698
1989,12.792449,13.057323,13.667032
1990,12.635393,13.250770,13.708516
1991,12.604763,13.321885,13.800428
1992,12.682561,13.288572,13.703904
1993,12.735617,13.181370,13.770994
1994,12.767027,13.270736,13.892737
1995,12.805242,13.418003,13.909597
1996,12.933494,13.276129,13.945666
1997,12.864743,13.331759,13.934343
1998,12.737249,13.400461,13.847519
1999,12.850643,13.480520,13.939724
</values>
</data>
<data>
<variables>
<variable id="year2" column="0" type="datetime"/>
<variable id="temp4" column="1"/>
</variables>
<values>
1900,11.5
1925,12.0
1950,11.5
1951,12.0
1952,12.5
1953,13.0
1954,13.5
1955,13.0
1975,11.0
1976,12.0
1990,11.0
</values>
</data>
</graph>
</mugl>