[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Temperature STD (C)",
"color": ["#00AAAA","#aa00aa"],
"content": [
  {"name": "GPSMET (UCAR dry)", "data":[
    [10,3.3869],
    [20,1.7018],
    [30,1.7659],
    [50,1.4563],
    [70,1.5295],
    [100,1.7351],
    [150,1.7314],
    [200,1.3662],
    [250,1.5632],
    [300,1.8447],
    [400,3.5139],
    [500,5.4107],
    [600,6.5836],
    [700,7.6289],
    [850,7.7556],
    [925,7.7943],
    [1000,null]
  ]},
  {"name": "GPSMET (UCAR wet)", "data":[
    [10,3.3744],
    [20,1.2200],
    [30,1.5359],
    [50,1.2876],
    [70,1.5033],
    [100,1.7834],
    [150,1.7310],
    [200,1.3687],
    [250,1.4665],
    [300,1.3972],
    [400,1.6965],
    [500,2.1384],
    [600,2.3223],
    [700,2.3919],
    [850,1.5742],
    [925,2.2185],
    [1000,null]
  ]}
  ]
}]
