[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Temperature STD (C)",
"color": ["#00AAAA","#aa00aa"],
"content": [
  {"name": "GPSMET (UCAR dry)", "data":[
    [10,3.1541],
    [20,2.4068],
    [30,2.1652],
    [50,1.7497],
    [70,1.6314],
    [100,2.2122],
    [150,2.0212],
    [200,2.0117],
    [250,2.0707],
    [300,2.2623],
    [400,2.8785],
    [500,3.7296],
    [600,5.1556],
    [700,9.3158],
    [850,10.1861],
    [925,5.1638],
    [1000,11.0009]
  ]},
  {"name": "GPSMET (UCAR wet)", "data":[
    [10,2.6182],
    [20,1.9344],
    [30,1.9868],
    [50,1.6892],
    [70,1.6753],
    [100,2.2838],
    [150,2.0768],
    [200,2.0536],
    [250,1.9987],
    [300,2.0374],
    [400,1.7801],
    [500,1.8962],
    [600,1.8230],
    [700,2.5284],
    [850,1.9353],
    [925,2.2122],
    [1000,null]
  ]}
  ]
}]
