[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Temperature STD (C)",
"color": ["#00AAAA","#aa00aa"],
"content": [
  {"name": "GPSMET (UCAR dry)", "data":[
    [10,3.4498],
    [20,1.7095],
    [30,1.7893],
    [50,1.4719],
    [70,1.5428],
    [100,1.7522],
    [150,1.7233],
    [200,1.3750],
    [250,1.5511],
    [300,1.8432],
    [400,3.4742],
    [500,5.4262],
    [600,6.3498],
    [700,8.8446],
    [850,8.9891],
    [925,9.0951],
    [1000,10.3738]
  ]},
  {"name": "GPSMET (UCAR wet)", "data":[
    [10,1.5608],
    [20,1.2258],
    [30,1.5341],
    [50,1.2843],
    [70,1.5277],
    [100,1.8032],
    [150,1.7110],
    [200,1.3655],
    [250,1.4638],
    [300,1.4115],
    [400,1.7277],
    [500,2.1917],
    [600,2.3664],
    [700,2.5254],
    [850,1.6058],
    [925,2.1592],
    [1000,null]
  ]}
  ]
}]
