[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Number of Observation",
"color": ["#00AAAA","#aa00aa"],
"content": [
  {"name": "GPSMET (UCAR dry)", "data":[
    [10,145],
    [20,145],
    [30,145],
    [50,145],
    [70,145],
    [100,144],
    [150,144],
    [200,144],
    [250,144],
    [300,144],
    [400,140],
    [500,124],
    [600,113],
    [700,74],
    [850,14],
    [925,8],
    [1000,2]
  ]},
  {"name": "GPSMET (UCAR wet)", "data":[
    [10,45],
    [20,145],
    [30,145],
    [50,145],
    [70,145],
    [100,144],
    [150,144],
    [200,144],
    [250,144],
    [300,144],
    [400,140],
    [500,123],
    [600,110],
    [700,68],
    [850,12],
    [925,5],
    [1000,null]
  ]}
  ]
}]
