<?xml version="1.0"?>
<mugl>
	<window margin="0" padding="5" border="0" bordercolor="0x0057a5"/>

  <background>
    <img anchor="0 0" base="-1 1" position="65 65" frame="plot" src="/cmb-lib/cmb-templates/images/noaa-logo-watermark.png" />
  </background>

  <legend base="0 1" anchor="0 1" rows="1" position="0 -30" border="0" frame="padding" visible="true">
    <icon border="0" height="20" width="15" />
  </legend>

  <title base="0 1" anchor="0 1" border="0" frame="padding">December - February Stratospheric Global Temperature Anomalies</title>

  <plotarea marginbottom="20" marginleft="37" margintop="45" marginright="37" />

  <!-- horizontal axis -->

  <horizontalaxis id="x" type="datetime" min="1979" max="2021" length="1" base="-1,-1" anchor="-1" tickmin="-5" tickmax="5">
    <labels format="%Y" start="0" spacing="20Y 10Y 5Y 2Y 1Y" />
    <title/>
    <grid/>
  </horizontalaxis>

  <!-- primary vertical axis -->

  <verticalaxis id="y" type="number" min="-1" max="3" linewidth="1" highlightstyle="labels">
    <grid />
    <labels format="%.1f" spacing="1 0.5 0.2 0.1" />
    <title angle="90" anchor="0 -1" position="-30 0">Anomaly (&#176;C)</title>
    <binding id="y-binding" min="-1" max="3" />
  </verticalaxis>

  <!-- secondary vertical axis -->

  <verticalaxis id="y2" type="number" linewidth="1" highlightstyle="labels" base="1 -1">
    <labels format="%.1f" spacing="2 1 0.5 0.2 0.1" />
    <title angle="270" anchor="1 0" position="34 -30">Anomaly (&#176;F)</title>
    <binding id="y-binding" min="-1.80" max="5.40" />
  </verticalaxis>

  <!-- begin UAH -->
  	
  <plot>
    <legend label="UAH" />

    <horizontalaxis ref="x">
      <variable ref="x" />
    </horizontalaxis>
  	
    <verticalaxis ref="y">
      <variable ref="UAH" />
    </verticalaxis>
  	
    <renderer type="line">
      <option name="linecolor" value="0x0000ff" />
      <option name="linewidth" value="1.5" />
    </renderer>
  </plot>
  <!-- begin RSS -->
  	
  <plot>
    <legend label="RSS" />

    <horizontalaxis ref="x">
      <variable ref="x" />
    </horizontalaxis>
  	
    <verticalaxis ref="y">
      <variable ref="RSS" />
    </verticalaxis>
  	
    <renderer type="line">
      <option name="linecolor" value="0x00dd00" />
      <option name="linewidth" value="1.5" />
    </renderer>
  </plot>
  <!-- begin NESDIS STAR -->
  	
  <plot>
    <legend label="NESDIS STAR" />

    <horizontalaxis ref="x">
      <variable ref="x" />
    </horizontalaxis>
  	
    <verticalaxis ref="y">
      <variable ref="NESDIS STAR" />
    </verticalaxis>
  	
    <renderer type="line">
      <option name="linecolor" value="0xcc0000" />
      <option name="linewidth" value="1.5" />
    </renderer>
  </plot>

  <!-- data -->
  <data>
    <variables>
			<variable column="0" id="x" type="datetime"/>
      <variable column="1" id="UAH" missingvalue="-999" missingop="le" />
      <variable column="2" id="RSS" missingvalue="-999" missingop="le" />
      <variable column="3" id="NESDIS STAR" missingvalue="-999" missingop="le" />
    </variables>
    <values>
      1979,1.07,0.631,0.699
      1980,0.94,0.514,0.586
      1981,0.87,0.527,0.530
      1982,0.82,0.485,0.482
      1983,1.62,1.301,1.292
      1984,0.81,0.491,0.507
      1985,0.29,-0.053,-0.009
      1986,0.38,0.056,-0.006
      1987,0.34,0.035,0.052
      1988,0.21,-0.083,-0.034
      1989,0.57,0.301,0.309
      1990,0.40,0.129,0.133
      1991,0.30,0.017,0.033
      1992,1.37,1.120,1.098
      1993,1.02,0.754,0.708
      1994,0.06,-0.221,-0.275
      1995,0.08,-0.186,-0.230
      1996,-0.08,-0.316,-0.356
      1997,-0.08,-0.301,-0.332
      1998,-0.20,-0.420,-0.424
      1999,-0.16,-0.385,-0.362
      2000,0.08,-0.150,-0.155
      2001,-0.24,-0.459,-0.398
      2002,0.15,-0.082,-0.076
      2003,0.17,-0.039,-0.033
      2004,-0.19,-0.390,-0.361
      2005,0.08,-0.134,-0.133
      2006,-0.32,-0.491,-0.466
      2007,-0.07,-0.246,-0.261
      2008,-0.12,-0.283,-0.293
      2009,-0.32,-0.459,-0.444
      2010,-0.20,-0.323,-0.285
      2011,0.09,-0.072,-0.081
      2012,-0.29,-0.448,-0.444
      2013,-0.25,-0.372,-0.307
      2014,0.10,-0.069,-0.050
      2015,-0.12,-0.266,-0.271
      2016,-0.02,-0.236,-0.259
      2017,-0.23,-0.369,-0.368
      2018,-0.22,-0.336,-0.332
      2019,-0.38,-0.484,-0.441
      2020,0.19,0.029,0.044
      2021,-0.25,-0.449,-0.412
    </values>
  </data>
</mugl>
