<?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">January - February Mid-tropospheric 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="1" linewidth="1" highlightstyle="labels">
    <grid />
    <labels format="%.1f" spacing="0.2 0.1" />
    <title angle="90" anchor="0 -1" position="-30 0">Anomaly (&#176;C)</title>
    <binding id="y-binding" min="-1" max="1" />
  </verticalaxis>

  <!-- secondary vertical axis -->

  <verticalaxis id="y2" type="number" linewidth="1" highlightstyle="labels" base="1 -1">
    <labels format="%.1f" spacing="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="1.80" />
  </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,-0.29,-0.219,-0.224
      1980,-0.06,0.011,-0.028
      1981,-0.08,-0.018,-0.033
      1982,-0.21,-0.133,-0.154
      1983,0.01,0.092,0.062
      1984,-0.43,-0.367,-0.391
      1985,-0.38,-0.310,-0.301
      1986,-0.35,-0.295,-0.299
      1987,0.03,0.071,0.084
      1988,-0.07,-0.018,-0.007
      1989,-0.39,-0.342,-0.341
      1990,-0.20,-0.155,-0.147
      1991,-0.06,-0.008,0.014
      1992,-0.15,-0.070,-0.080
      1993,-0.35,-0.264,-0.285
      1994,-0.29,-0.185,-0.196
      1995,-0.11,-0.010,-0.013
      1996,-0.28,-0.193,-0.185
      1997,-0.21,-0.105,-0.117
      1998,0.42,0.529,0.554
      1999,-0.08,0.070,0.075
      2000,-0.36,-0.205,-0.212
      2001,-0.15,0.017,0.031
      2002,0.09,0.273,0.271
      2003,0.16,0.328,0.335
      2004,0.07,0.224,0.258
      2005,0.07,0.235,0.300
      2006,-0.02,0.143,0.198
      2007,0.11,0.267,0.262
      2008,-0.28,-0.132,-0.171
      2009,-0.07,0.093,0.061
      2010,0.31,0.465,0.427
      2011,-0.22,-0.048,-0.088
      2012,-0.36,-0.196,-0.255
      2013,0.18,0.342,0.295
      2014,0.02,0.194,0.130
      2015,0.07,0.254,0.163
      2016,0.52,0.702,0.595
      2017,0.22,0.397,0.274
      2018,0.05,0.232,0.129
      2019,0.20,0.385,0.300
      2020,0.50,0.674,0.574
      2021,0.10,0.283,0.191
    </values>
  </data>
</mugl>
