[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Temperature STD (C)",
"color": ["#00AAAA","#aa00aa"],
"content": [
  {"name": "GPSMET (UCAR dry)", "data":[
    [10,3.0971],
    [20,2.4261],
    [30,2.0097],
    [50,1.7303],
    [70,2.0539],
    [100,2.3538],
    [150,1.9996],
    [200,1.9853],
    [250,1.8646],
    [300,2.2354],
    [400,3.1302],
    [500,4.4287],
    [600,6.0292],
    [700,6.6414],
    [850,8.8241],
    [925,11.0409],
    [1000,2.7693]
  ]},
  {"name": "GPSMET (UCAR wet)", "data":[
    [10,2.6700],
    [20,1.9879],
    [30,1.8622],
    [50,1.7326],
    [70,2.0981],
    [100,2.3815],
    [150,2.0321],
    [200,2.0285],
    [250,1.8701],
    [300,1.9622],
    [400,1.8874],
    [500,2.0689],
    [600,2.1441],
    [700,2.3499],
    [850,1.8173],
    [925,1.5697],
    [1000,null]
  ]}
  ]
}]
