<?xml version="1.0"?>
<mugl>
  <horizontalaxis type="datetime" min="2008110100" max="2008110200">
    <labels format="%d %n %H:00" spacing="1D 12H 6H 4H 2H 1H" />
    <title>Date/Time</title>
  </horizontalaxis>
  <verticalaxis   min="20" max="80">
    <title angle="90">Temperature</title>
  </verticalaxis>
  <plot>
    <renderer type="line">
      <option name="linecolor" value="black"/>
      <option name="dotcolor"  value="blue"/>
    </renderer>
  </plot>
  <data>
    <variables>
      <variable id="time" type="datetime"/>
      <variable id="temp"/>
    </variables>
    <values>
      2008110100, 43.1
      2008110101, 41.0
      2008110102, 39.2
      2008110103, 37.4
      2008110104, 33.2
      2008110105, 33.1
      2008110106, 34.5
      2008110107, 35.1
      2008110108, 41.3
      2008110109, 48.1
      2008110110, 51.2
      2008110111, 60.3
      2008110112, 67.4
      2008110113, 63.1
      2008110114, 62.3
      2008110115, 68.2
      2008110116, 67.2
      2008110117, 53.2
      2008110118, 51.0
      2008110119, 49.1
      2008110120, 45.2
      2008110121, 42.1
      2008110122, 41.2
      2008110123, 43.1
      2008110200, 44.5
    </values>
  </data>
</mugl>