<mugl>
<legend opacity=".80" visible="true">
<icon width="20" height="20" border="0"/>
</legend>
<horizontalaxis type="datetime" min="200909090000" max="200909100000">
<labels format="%H:00%L%d %n" spacing="1D 12H 6H 4H 2H 1H" />
<title/>
</horizontalaxis>
<verticalaxis id="ftemp" type="number" min="50" max="80">
<title angle="90" anchor="0 -1">Degrees Fahrenheit</title>
</verticalaxis>
<plot>
<legend label="Forecast Temperature"/>
<verticalaxis><variable ref="temp"/></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="temp"/>
</variables>
<service location="http://workshop.multigraph.org/workshop-examples/ndfd.cgi?lonlat=-82.35,35.51&var=temp&q="/>
</data>
</mugl>