[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Number of Observation",
"color": ["#00AAAA","#aa00aa"],
"content": [
  {"name": "GPSMET (UCAR dry)", "data":[
    [10,155],
    [20,155],
    [30,155],
    [50,155],
    [70,155],
    [100,155],
    [150,155],
    [200,155],
    [250,154],
    [300,154],
    [400,149],
    [500,132],
    [600,118],
    [700,72],
    [850,14],
    [925,4],
    [1000,null]
  ]},
  {"name": "GPSMET (UCAR wet)", "data":[
    [10,2],
    [20,155],
    [30,155],
    [50,155],
    [70,155],
    [100,155],
    [150,155],
    [200,155],
    [250,154],
    [300,154],
    [400,150],
    [500,132],
    [600,121],
    [700,79],
    [850,20],
    [925,6],
    [1000,null]
  ]}
  ]
}]
