<mugl>
  <legend border="1" opacity=".80">
    <icon width="20" height="20" border="0"/>
  </legend>
  <title cornerradius="10"
         padding="4" color="0xCCCCCC" border="1">Asheville Arboretum</title>
  <horizontalaxis type="datetime" min="200905280000" max="200905281200">
    <labels format="%H:00%L%d %n" spacing="1D 12H 6H 4H 2H 1H" />
    <title/>
  </horizontalaxis>
  <verticalaxis id="temp" type="number" min="0.0" max="30.0">
    <title angle="90" anchor="0 -1">Degrees Celsius</title>
  </verticalaxis>
  <verticalaxis id="precip" type="number" positionbase="right" min="0.0" max="6.0">
    <labels format="%.1f" spacing="100 50 20 10 5 2 1 .5 .1 .05 .01" />
    <title angle="90" anchor="0 -1">mm</title>
    <zoom anchor="0"/>
    <pan allowed="no"/>
  </verticalaxis>
 <plot>
   <legend label="Precip"/>
    <horizontalaxis><variable ref="time5m"/></horizontalaxis>
    <verticalaxis ref="precip"><variable ref="precip"/></verticalaxis>
    <renderer type="bar">
      <option name="fillcolor" value="green"/>
      <option name="linecolor" value="black"/>
      <option name="barwidth"  value="5m"/>
      <option name="baroffset" value="0"/>
    </renderer>
 </plot>
 <plot>
   <legend label="Surface Temp"/>
    <verticalaxis ref="temp"><variable ref="surtemp"/></verticalaxis>
    <renderer type="line">
      <option name="linecolor" value="red"/>
      <option name="dotcolor"  value="red"/>
      <option name="dotsize"   value="2"/>
    </renderer>
 </plot>
 <plot>
   <legend label="Air Temp"/>
    <verticalaxis><variable ref="airtemp"/></verticalaxis>
    <renderer type="line">
      <option name="linecolor" value="blue"/>
      <option name="dotcolor"  value="blue"/>
      <option name="dotsize"   value="2"/>
    </renderer>
 </plot>
 <data>
    <variables>
      <variable id="time" type="datetime"/>
      <variable id="airtemp"/>
      <variable id="surtemp"/>
    </variables>
    <csv location="tsthourly.csv"/>
 </data>
 <data>
    <variables>
      <variable id="time5m" type="datetime"/>
      <variable id="precip"/>
    </variables>
    <csv location="p5min.csv"/>
 </data>
</mugl>