[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Temperature STD (C)",
"color": ["#00AAAA","#aa00aa"],
"content": [
  {"name": "GPSMET (UCAR dry)", "data":[
    [10,2.9860],
    [20,2.4242],
    [30,2.0456],
    [50,1.6939],
    [70,1.9761],
    [100,2.4078],
    [150,2.0541],
    [200,2.0096],
    [250,1.8899],
    [300,2.2535],
    [400,3.1638],
    [500,4.4951],
    [600,6.1207],
    [700,6.6213],
    [850,8.5264],
    [925,3.1504],
    [1000,null]
  ]},
  {"name": "GPSMET (UCAR wet)", "data":[
    [10,2.9738],
    [20,1.9865],
    [30,1.8901],
    [50,1.6894],
    [70,2.0184],
    [100,2.4344],
    [150,2.0924],
    [200,2.0563],
    [250,1.9005],
    [300,1.9821],
    [400,1.9105],
    [500,2.0366],
    [600,2.0399],
    [700,2.2876],
    [850,1.8749],
    [925,1.5739],
    [1000,null]
  ]}
  ]
}]
