Examples

Real Examples
Basic Examples

dashboard-projections.xml

Download mugl: dashboard-projections.xml Open in Tester
<mugl>
  <legend visible="false"/>
  <horizontalaxis id="year" max="2100" min="1990" type="datetime">
    <title>Year</title>
    <labels>
      <label format="%Y" spacing="100Y 50Y 20Y 10Y 5Y 2Y 1Y"/>
      <label format="%n %y" spacing="6M 3M 2M 1M"/>
    </labels>
  </horizontalaxis>

<!--
  <verticalaxis id="tempf" type="number">
    <title anchor="0 -1" angle="90" position="-20 0">Temperature Change from 1971-1999 Average (°F)</title>

    <binding id="ProjTempBinding" max="1.8" min="0"/>
    <labels fontcolor="0x666666"/>
  </verticalaxis>
-->
  <verticalaxis base="1 -1" id="temp" max="4.5" min="-0.5" type="number">
    <title anchor="0 -1" angle="90" position="28 0">Temperature Change from 1971-1999 Average (°C)</title>
    <pan max="6" min="-2"/>
    <binding id="ProjTempBinding" max="1" min="0"/>
    <labels color="0x666666"/>
  </verticalaxis>

  <plot>
    <horizontalaxis ref="year">
      <variable ref="year_20c3m"/>
    </horizontalaxis>
    <verticalaxis ref="temp">
      <variable ref="min_20c3m"/>
      <variable ref="max_20c3m"/>
    </verticalaxis>
    <renderer type="band">
      <option name="fillcolor" value="0xCCCCCC"/>
      <option name="fillopacity" value="0.5"/>
      <option name="linewidth" value="0"/>
    </renderer>
  </plot>
  <plot>
    <horizontalaxis ref="year">
      <variable ref="year_a2"/>
    </horizontalaxis>
    <verticalaxis ref="temp">
      <variable ref="min_a2"/>
      <variable ref="max_a2"/>
    </verticalaxis>
    <renderer type="band">
      <option name="fillcolor" value="0xFFCCCC"/>
      <option name="fillopacity" value="0.5"/>
      <option name="linewidth" value="0"/>
    </renderer>
  </plot>

  <plot>
    <horizontalaxis ref="year">
      <variable ref="year_a1b"/>
    </horizontalaxis>
    <verticalaxis ref="temp">
      <variable ref="min_a1b"/>
      <variable ref="max_a1b"/>
    </verticalaxis>
    <renderer type="band">
      <option name="fillcolor" value="0xCCFFCC"/>
      <option name="fillopacity" value="0.5"/>
      <option name="linewidth" value="0"/>
    </renderer>
  </plot>
  <plot>
    <horizontalaxis ref="year">
      <variable ref="year_b1"/>
    </horizontalaxis>
    <verticalaxis ref="temp">
      <variable ref="min_b1"/>
      <variable ref="max_b1"/>
    </verticalaxis>
    <renderer type="band">
      <option name="fillcolor" value="0xCCCCFF"/>
      <option name="fillopacity" value="0.5"/>
      <option name="linewidth" value="0"/>
    </renderer>
  </plot>

  <plot>
    <horizontalaxis ref="year">
      <variable ref="year_20c3m"/>
    </horizontalaxis>
    <verticalaxis ref="temp">
      <variable ref="temp_20c3m"/>
    </verticalaxis>
    <renderer type="line">
      <option name="linecolor" value="0x000000"/>
      <option name="linewidth" value="2"/>
    </renderer>
    <datatips format="{0}: {1}">
      <variable format="%Y"/>
      <variable format="%.1f °C"/>
    </datatips>
  </plot>
  <plot>
    <horizontalaxis ref="year">
      <variable ref="year_a2"/>
    </horizontalaxis>
    <verticalaxis ref="temp">
      <variable ref="temp_a2"/>
    </verticalaxis>
    <renderer type="line">
      <option name="linecolor" value="0x990000"/>
      <option name="linewidth" value="2"/>
    </renderer>
    <datatips format="{0}: {1}">
      <variable format="%Y A2"/>
      <variable format="%.1f °C"/>
    </datatips>
  </plot>

  <plot>
    <horizontalaxis ref="year">
      <variable ref="year_a1b"/>
    </horizontalaxis>
    <verticalaxis ref="temp">
      <variable ref="temp_a1b"/>
    </verticalaxis>
    <renderer type="line">
      <option name="linecolor" value="0x009900"/>
      <option name="linewidth" value="2"/>
    </renderer>
    <datatips format="{0}: {1}">
      <variable format="%Y A1B"/>
      <variable format="%.1f °C"/>
    </datatips>
  </plot>
  <plot>
    <horizontalaxis ref="year">
      <variable ref="year_b1"/>
    </horizontalaxis>
    <verticalaxis ref="temp">
      <variable ref="temp_b1"/>
    </verticalaxis>
    <renderer type="line">
      <option name="linecolor" value="0x000099"/>
      <option name="linewidth" value="2"/>
    </renderer>
    <datatips format="{0}: {1}">
      <variable format="%Y B1"/>
      <variable format="%.1f °C"/>
    </datatips>
  </plot>
  <data>
    <variables>
      <variable column="0" id="year_20c3m" type="datetime"/>
      <variable column="1" id="min_20c3m"/>
      <variable column="2" id="temp_20c3m"/>
      <variable column="3" id="max_20c3m"/>
    </variables>
    <values>1900,-0.710738,-0.501011,-0.291284
    1901,-0.709837,-0.488806,-0.267776
    1902,-0.738885,-0.505620,-0.272355
    1903,-0.822017,-0.591622,-0.361227
    1904,-0.828376,-0.562089,-0.295802
    1905,-0.748973,-0.544255,-0.339537
    1906,-0.670167,-0.523723,-0.377279
    1907,-0.717963,-0.510749,-0.303535
    1908,-0.757014,-0.477469,-0.197924
    1909,-0.742775,-0.504135,-0.265494
    1910,-0.694880,-0.488432,-0.281984
    1911,-0.727574,-0.497348,-0.267123
    1912,-0.743912,-0.546236,-0.348560
    1913,-0.734749,-0.561600,-0.388450
    1914,-0.709540,-0.524161,-0.338783
    1915,-0.666296,-0.470669,-0.275043
    1916,-0.615051,-0.434292,-0.253533
    1917,-0.681798,-0.452867,-0.223936
    1918,-0.653037,-0.437358,-0.221679
    1919,-0.594194,-0.422320,-0.250446
    1920,-0.657729,-0.461637,-0.265544
    1921,-0.661296,-0.462231,-0.263166
    1922,-0.633630,-0.426820,-0.220010
    1923,-0.596698,-0.405058,-0.213417
    1924,-0.601313,-0.408155,-0.214998
    1925,-0.609820,-0.404679,-0.199538
    1926,-0.635884,-0.431055,-0.226227
    1927,-0.623605,-0.402219,-0.180833
    1928,-0.559513,-0.372856,-0.186199
    1929,-0.598222,-0.380643,-0.163063
    1930,-0.652624,-0.411341,-0.170059
    1931,-0.632389,-0.428031,-0.223674
    1932,-0.624553,-0.429175,-0.233797
    1933,-0.609135,-0.425603,-0.242072
    1934,-0.602625,-0.380579,-0.158534
    1935,-0.566810,-0.359286,-0.151762
    1936,-0.552560,-0.349274,-0.145988
    1937,-0.584782,-0.386471,-0.188160
    1938,-0.576507,-0.369817,-0.163127
    1939,-0.518921,-0.323497,-0.128072
    1940,-0.549787,-0.344629,-0.139472
    1941,-0.516653,-0.323550,-0.130446
    1942,-0.520879,-0.338123,-0.155366
    1943,-0.541142,-0.352008,-0.162875
    1944,-0.535743,-0.360963,-0.186183
    1945,-0.471457,-0.316071,-0.160685
    1946,-0.511557,-0.327073,-0.142588
    1947,-0.533288,-0.356772,-0.180256
    1948,-0.521996,-0.342596,-0.163195
    1949,-0.569460,-0.374774,-0.180087
    1950,-0.486723,-0.307924,-0.129125
    1951,-0.458477,-0.295940,-0.133403
    1952,-0.536644,-0.339509,-0.142374
    1953,-0.453351,-0.284436,-0.115521
    1954,-0.444120,-0.278077,-0.112034
    1955,-0.480438,-0.265625,-0.050812
    1956,-0.453878,-0.243119,-0.032359
    1957,-0.421881,-0.249446,-0.077012
    1958,-0.463311,-0.244916,-0.026522
    1959,-0.395277,-0.232648,-0.070019
    1960,-0.440320,-0.241140,-0.041960
    1961,-0.461807,-0.248167,-0.034527
    1962,-0.461378,-0.258331,-0.055284
    1963,-0.453368,-0.274575,-0.095783
    1964,-0.495349,-0.343279,-0.191209
    1965,-0.476183,-0.330742,-0.185301
    1966,-0.453868,-0.282088,-0.110309
    1967,-0.400522,-0.245543,-0.090565
    1968,-0.375041,-0.231942,-0.088844
    1969,-0.400482,-0.242794,-0.085105
    1970,-0.366061,-0.229268,-0.092475
    1971,-0.377058,-0.218369,-0.059680
    1972,-0.285979,-0.178620,-0.071261
    1973,-0.317793,-0.203584,-0.089375
    1974,-0.322983,-0.174263,-0.025542
    1975,-0.260690,-0.166179,-0.071669
    1976,-0.307674,-0.194430,-0.081185
    1977,-0.204836,-0.097912,0.009012
    1978,-0.143529,-0.066871,0.009788
    1979,-0.219297,-0.102634,0.014029
    1980,-0.168949,-0.048366,0.072216
    1981,-0.104629,-0.020126,0.064378
    1982,-0.163454,-0.057464,0.048527
    1983,-0.265794,-0.085451,0.094892
    1984,-0.199850,-0.051584,0.096681
    1985,-0.118408,-0.031497,0.055414
    1986,-0.088032,0.013698,0.115429
    1987,-0.027990,0.071500,0.170989
    1988,-0.048658,0.068205,0.185068
    1989,-0.012725,0.092269,0.197264
    1990,0.024057,0.133902,0.243748
    1991,0.015163,0.129762,0.244362
    1992,-0.206681,-0.041059,0.124564
    1993,-0.108136,0.053487,0.215110
    1994,-0.009449,0.132708,0.274865
    1995,-0.004492,0.150081,0.304653
    1996,0.054049,0.170357,0.286666
    1997,0.075091,0.206625,0.338160
    1998,0.120801,0.230066,0.339330
    1999,0.137926,0.285747,0.433567
    2000,0.166130,0.310955,0.455780
    </values>
  </data>
  <data>
    <variables>
      <variable column="0" id="year_a1b" type="datetime"/>
      <variable column="1" id="min_a1b"/>
      <variable column="2" id="temp_a1b"/>
      <variable column="3" id="max_a1b"/>
    </variables>
    <values>2000,0.145627,0.291885,0.438144
    2001,0.200560,0.347025,0.493491
    2002,0.234579,0.396154,0.557728
    2003,0.171510,0.350560,0.529610
    2004,0.201651,0.379757,0.557863
    2005,0.281905,0.456911,0.631917
    2006,0.306555,0.496666,0.686778
    2007,0.304930,0.489238,0.673546
    2008,0.313193,0.477984,0.642776
    2009,0.297077,0.505995,0.714913
    2010,0.292069,0.506336,0.720602
    2011,0.362137,0.557922,0.753707
    2012,0.409145,0.578246,0.747347
    2013,0.392030,0.570812,0.749594
    2014,0.439108,0.599734,0.760360
    2015,0.411519,0.622467,0.833415
    2016,0.414330,0.645934,0.877538
    2017,0.410669,0.645283,0.879896
    2018,0.468515,0.667665,0.866816
    2019,0.466252,0.692533,0.918814
    2020,0.459485,0.716900,0.974316
    2021,0.504237,0.746924,0.989611
    2022,0.559294,0.779399,0.999503
    2023,0.599739,0.811885,1.024031
    2024,0.636871,0.856999,1.077128
    2025,0.628261,0.878262,1.128263
    2026,0.664833,0.899280,1.133727
    2027,0.748957,0.994518,1.240080
    2028,0.684936,0.967092,1.249248
    2029,0.769391,1.023029,1.276667
    2030,0.740319,1.012693,1.285068
    2031,0.751357,1.017853,1.284350
    2032,0.808492,1.070940,1.333388
    2033,0.758937,1.081246,1.403555
    2034,0.861197,1.145258,1.429318
    2035,0.903435,1.176571,1.449707
    2036,0.871478,1.209465,1.547453
    2037,0.951028,1.238026,1.525024
    2038,1.034090,1.296544,1.558998
    2039,0.992822,1.292254,1.591686
    2040,1.058780,1.359342,1.659905
    2041,1.049079,1.372618,1.696156
    2042,1.121038,1.412749,1.704459
    2043,1.156512,1.452485,1.748458
    2044,1.166804,1.455456,1.744108
    2045,1.206794,1.504807,1.802819
    2046,1.219790,1.522368,1.824946
    2047,1.250711,1.577118,1.903525
    2048,1.262818,1.591077,1.919335
    2049,1.315937,1.616743,1.917548
    2050,1.330172,1.655734,1.981296
    2051,1.328707,1.647857,1.967007
    2052,1.399671,1.708456,2.017240
    2053,1.455674,1.766671,2.077668
    2054,1.425555,1.795265,2.164976
    2055,1.442940,1.791434,2.139927
    2056,1.475191,1.847903,2.220615
    2057,1.481021,1.849337,2.217653
    2058,1.506940,1.869720,2.232499
    2059,1.525885,1.904968,2.284050
    2060,1.583539,1.962000,2.340461
    2061,1.653489,2.006156,2.358822
    2062,1.624567,2.023446,2.422326
    2063,1.656734,2.046415,2.436096
    2064,1.683838,2.060428,2.437018
    2065,1.723957,2.131361,2.538765
    2066,1.799722,2.203419,2.607116
    2067,1.764734,2.189269,2.613804
    2068,1.759360,2.202156,2.644952
    2069,1.801787,2.234197,2.666608
    2070,1.862704,2.272177,2.681649
    2071,1.851883,2.265624,2.679364
    2072,1.875543,2.320728,2.765914
    2073,1.868358,2.333415,2.798472
    2074,1.884038,2.334039,2.784041
    2075,1.932404,2.387578,2.842752
    2076,1.928619,2.420624,2.912629
    2077,1.982402,2.432595,2.882788
    2078,1.995155,2.453802,2.912448
    2079,1.927537,2.428147,2.928758
    2080,2.040906,2.519151,2.997397
    2081,2.052111,2.549884,3.047657
    2082,2.004536,2.502989,3.001442
    2083,2.059103,2.562609,3.066115
    2084,2.110614,2.604766,3.098917
    2085,2.080144,2.617573,3.155002
    2086,2.111514,2.632933,3.154351
    2087,2.149207,2.674269,3.199332
    2088,2.153173,2.698239,3.243304
    2089,2.178929,2.716187,3.253446
    2090,2.153883,2.711574,3.269265
    2091,2.161684,2.716475,3.271266
    2092,2.234301,2.789741,3.345181
    2093,2.234368,2.802476,3.370583
    2094,2.261474,2.808146,3.354818
    2095,2.247968,2.801056,3.354145
    2096,2.247280,2.830378,3.413476
    2097,2.325516,2.902391,3.479265
    2098,2.320413,2.914630,3.508847
    2099,2.347624,2.916784,3.485944
    2100,2.737245,3.120802,3.504359
    </values>
  </data>
  <data>
    <variables>
      <variable column="0" id="year_a2" type="datetime"/>
      <variable column="1" id="min_a2"/>
      <variable column="2" id="temp_a2"/>
      <variable column="3" id="max_a2"/>
    </variables>
    <values>2000,0.165646,0.329046,0.492446
    2001,0.214887,0.360918,0.506949
    2002,0.256888,0.371929,0.486971
    2003,0.248045,0.373018,0.497991
    2004,0.219270,0.402240,0.585210
    2005,0.227164,0.417076,0.606988
    2006,0.292956,0.481519,0.670082
    2007,0.344807,0.496321,0.647835
    2008,0.269287,0.433711,0.598135
    2009,0.391140,0.511838,0.632535
    2010,0.428566,0.545337,0.662108
    2011,0.387912,0.541266,0.694619
    2012,0.393813,0.545776,0.697739
    2013,0.420896,0.560027,0.699159
    2014,0.453710,0.612274,0.770838
    2015,0.439609,0.633707,0.827806
    2016,0.477243,0.670679,0.864116
    2017,0.435290,0.633751,0.832213
    2018,0.500993,0.697492,0.893990
    2019,0.547595,0.745748,0.943900
    2020,0.514851,0.691117,0.867383
    2021,0.571911,0.724185,0.876458
    2022,0.569295,0.755675,0.942055
    2023,0.575148,0.775057,0.974967
    2024,0.644455,0.831513,1.018570
    2025,0.641848,0.815143,0.988439
    2026,0.595520,0.808722,1.021923
    2027,0.661233,0.841132,1.021032
    2028,0.751649,0.922933,1.094218
    2029,0.724011,0.924471,1.124931
    2030,0.699449,0.918878,1.138307
    2031,0.783230,0.975796,1.168361
    2032,0.855728,1.044385,1.233043
    2033,0.840432,1.043712,1.246993
    2034,0.763628,1.011247,1.258865
    2035,0.888724,1.090809,1.292894
    2036,0.962713,1.144415,1.326116
    2037,0.947020,1.126192,1.305364
    2038,0.939682,1.155511,1.371341
    2039,0.921783,1.203574,1.485365
    2040,1.001595,1.205828,1.410060
    2041,1.076605,1.284902,1.493198
    2042,1.053342,1.285695,1.518048
    2043,1.104053,1.326836,1.549620
    2044,1.150249,1.347215,1.544181
    2045,1.171716,1.398293,1.624870
    2046,1.159938,1.391922,1.623906
    2047,1.198084,1.430631,1.663178
    2048,1.230670,1.478784,1.726898
    2049,1.209669,1.474498,1.739327
    2050,1.249102,1.499980,1.750857
    2051,1.355772,1.580050,1.804327
    2052,1.346798,1.615528,1.884258
    2053,1.392078,1.666378,1.940678
    2054,1.465268,1.692697,1.920125
    2055,1.499945,1.730452,1.960959
    2056,1.511339,1.766878,2.022418
    2057,1.542369,1.809511,2.076653
    2058,1.494901,1.814643,2.134384
    2059,1.592719,1.868890,2.145062
    2060,1.676947,1.931699,2.186451
    2061,1.684672,1.960537,2.236403
    2062,1.774754,2.006763,2.238773
    2063,1.766306,2.045218,2.324131
    2064,1.773018,2.056654,2.340291
    2065,1.848077,2.127676,2.407275
    2066,1.929260,2.184909,2.440558
    2067,1.956415,2.234760,2.513105
    2068,1.966822,2.257303,2.547784
    2069,2.038086,2.310407,2.582728
    2070,2.052885,2.355641,2.658396
    2071,2.104184,2.390841,2.677497
    2072,2.133361,2.445692,2.758023
    2073,2.175156,2.494486,2.813817
    2074,2.149044,2.497112,2.845180
    2075,2.257178,2.604918,2.952659
    2076,2.310395,2.635191,2.959986
    2077,2.348965,2.680721,3.012477
    2078,2.365751,2.702072,3.038393
    2079,2.368819,2.755041,3.141264
    2080,2.408831,2.778045,3.147259
    2081,2.517314,2.878540,3.239765
    2082,2.597459,2.953959,3.310458
    2083,2.560223,2.970389,3.380555
    2084,2.627930,3.020329,3.412728
    2085,2.716474,3.055262,3.394050
    2086,2.700502,3.076589,3.452676
    2087,2.738700,3.100011,3.461322
    2088,2.751288,3.139895,3.528502
    2089,2.804757,3.201326,3.597894
    2090,2.805472,3.244231,3.682990
    2091,2.814277,3.264641,3.715005
    2092,2.910711,3.316926,3.723140
    2093,2.954835,3.353766,3.752696
    2094,2.973943,3.426580,3.879217
    2095,3.041611,3.470116,3.898620
    2096,3.083598,3.520908,3.958219
    2097,3.089865,3.576524,4.063184
    2098,3.207975,3.693051,4.178126
    2099,3.245118,3.740233,4.235348
    2100,3.0,4.099390,5.0
    </values>
  </data>
  <data>
    <variables>
      <variable column="0" id="year_b1" type="datetime"/>
      <variable column="1" id="min_b1"/>
      <variable column="2" id="temp_b1"/>
      <variable column="3" id="max_b1"/>
    </variables>
    <values>2000,0.106485,0.293151,0.479818
    2001,0.187834,0.346060,0.504286
    2002,0.142559,0.330877,0.519194
    2003,0.162613,0.377274,0.591934
    2004,0.235353,0.420926,0.606500
    2005,0.254130,0.414176,0.574222
    2006,0.216684,0.447631,0.678579
    2007,0.227637,0.440609,0.653581
    2008,0.228923,0.448347,0.667771
    2009,0.266404,0.469509,0.672614
    2010,0.376018,0.571263,0.766507
    2011,0.360094,0.582055,0.804015
    2012,0.325692,0.548769,0.771846
    2013,0.396121,0.609733,0.823345
    2014,0.378801,0.611110,0.843420
    2015,0.404624,0.620442,0.836261
    2016,0.424048,0.673854,0.923660
    2017,0.441420,0.682750,0.924081
    2018,0.499148,0.724414,0.949679
    2019,0.482166,0.701587,0.921009
    2020,0.516961,0.757937,0.998913
    2021,0.535054,0.792807,1.050560
    2022,0.547432,0.787053,1.026674
    2023,0.518771,0.795888,1.073005
    2024,0.507528,0.769187,1.030845
    2025,0.556925,0.807635,1.058345
    2026,0.545932,0.812186,1.078439
    2027,0.619289,0.852421,1.085554
    2028,0.596383,0.868639,1.140894
    2029,0.556840,0.857312,1.157785
    2030,0.640772,0.918657,1.196543
    2031,0.616748,0.927760,1.238771
    2032,0.629364,0.892886,1.156408
    2033,0.754457,0.972190,1.189923
    2034,0.745537,0.987435,1.229333
    2035,0.641887,0.932857,1.223827
    2036,0.646280,0.926223,1.206166
    2037,0.733718,0.998384,1.263051
    2038,0.740857,1.022107,1.303357
    2039,0.692815,1.011365,1.329914
    2040,0.806856,1.074563,1.342271
    2041,0.805422,1.094599,1.383776
    2042,0.840898,1.125453,1.410008
    2043,0.896532,1.141363,1.386194
    2044,0.853987,1.139195,1.424404
    2045,0.852729,1.154993,1.457257
    2046,0.885246,1.192437,1.499627
    2047,0.877325,1.227795,1.578265
    2048,0.928694,1.249435,1.570176
    2049,0.933770,1.261929,1.590087
    2050,0.919344,1.242812,1.566281
    2051,0.955645,1.282146,1.608646
    2052,1.090914,1.381108,1.671302
    2053,1.056689,1.370671,1.684653
    2054,0.991356,1.310711,1.630067
    2055,1.059053,1.369332,1.679611
    2056,1.103112,1.413047,1.722982
    2057,1.090421,1.421150,1.751879
    2058,1.147237,1.463783,1.780330
    2059,1.114532,1.456341,1.798150
    2060,1.122089,1.490398,1.858706
    2061,1.162520,1.527337,1.892154
    2062,1.177603,1.528742,1.879881
    2063,1.205090,1.552542,1.899994
    2064,1.189537,1.559960,1.930383
    2065,1.244112,1.578392,1.912672
    2066,1.219431,1.567093,1.914755
    2067,1.253789,1.613096,1.972403
    2068,1.239116,1.618911,1.998706
    2069,1.283890,1.627804,1.971718
    2070,1.303781,1.657060,2.010339
    2071,1.362190,1.730506,2.098821
    2072,1.302853,1.696700,2.090548
    2073,1.302147,1.676731,2.051316
    2074,1.326031,1.719110,2.112189
    2075,1.360823,1.752833,2.144843
    2076,1.350315,1.756798,2.163280
    2077,1.326705,1.729210,2.131714
    2078,1.429822,1.794889,2.159956
    2079,1.415692,1.773155,2.130618
    2080,1.378361,1.757330,2.136299
    2081,1.476490,1.847881,2.219272
    2082,1.431044,1.847248,2.263453
    2083,1.366170,1.801766,2.237363
    2084,1.420183,1.829904,2.239625
    2085,1.467023,1.853149,2.239276
    2086,1.422705,1.860202,2.297699
    2087,1.383293,1.851855,2.320416
    2088,1.434011,1.868834,2.303657
    2089,1.491763,1.889890,2.288017
    2090,1.461271,1.898241,2.335210
    2091,1.477625,1.919731,2.361836
    2092,1.421358,1.879517,2.337676
    2093,1.432489,1.875576,2.318663
    2094,1.437764,1.903926,2.370088
    2095,1.477110,1.944774,2.412438
    2096,1.470886,1.935538,2.400190
    2097,1.453013,1.952689,2.452364
    2098,1.513645,1.975499,2.437354
    2099,1.525836,1.960674,2.395511
    2100,1.481352,1.873689,2.266026
    </values>
  </data>

</mugl>