[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Temperature STD (C)",
"color": ["#00AAAA","#aa00aa"],
"content": [
  {"name": "GPSMET (UCAR dry)", "data":[
    [10,3.0246],
    [20,2.4218],
    [30,2.1964],
    [50,1.7093],
    [70,1.5508],
    [100,2.2416],
    [150,2.0823],
    [200,2.0154],
    [250,2.0694],
    [300,2.2871],
    [400,2.8874],
    [500,3.6957],
    [600,5.1656],
    [700,9.2289],
    [850,9.4480],
    [925,7.3687],
    [1000,null]
  ]},
  {"name": "GPSMET (UCAR wet)", "data":[
    [10,6.7829],
    [20,1.9556],
    [30,2.0087],
    [50,1.6438],
    [70,1.5812],
    [100,2.3116],
    [150,2.1466],
    [200,2.0631],
    [250,1.9974],
    [300,2.0592],
    [400,1.8160],
    [500,1.8442],
    [600,1.7919],
    [700,2.4525],
    [850,1.9745],
    [925,2.2849],
    [1000,null]
  ]}
  ]
}]
