[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Temperature STD (C)",
"color": ["#00AAAA","#aa00aa"],
"content": [
  {"name": "GPSMET (UCAR dry)", "data":[
    [10,2.2651],
    [20,1.9456],
    [30,1.6748],
    [50,1.3047],
    [70,1.6672],
    [100,2.1748],
    [150,2.1557],
    [200,2.0525],
    [250,2.0679],
    [300,2.0724],
    [400,2.8585],
    [500,4.2124],
    [600,5.8036],
    [700,8.1963],
    [850,8.2444],
    [925,7.3778],
    [1000,7.7427]
  ]},
  {"name": "GPSMET (UCAR wet)", "data":[
    [10,null],
    [20,1.5302],
    [30,1.4860],
    [50,1.2554],
    [70,1.7300],
    [100,2.2547],
    [150,2.1857],
    [200,2.0696],
    [250,1.9629],
    [300,1.7807],
    [400,1.8751],
    [500,2.1534],
    [600,2.0981],
    [700,2.1208],
    [850,2.4166],
    [925,2.4403],
    [1000,0.0816]
  ]}
  ]
}]
