[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Number of Observation",
"color": ["#00AAAA","#aa00aa"],
"content": [
  {"name": "GPSMET (UCAR dry)", "data":[
    [10,912],
    [20,912],
    [30,912],
    [50,912],
    [70,912],
    [100,909],
    [150,909],
    [200,908],
    [250,905],
    [300,903],
    [400,884],
    [500,823],
    [600,793],
    [700,725],
    [850,495],
    [925,378],
    [1000,190]
  ]},
  {"name": "GPSMET (UCAR wet)", "data":[
    [10,156],
    [20,912],
    [30,912],
    [50,912],
    [70,912],
    [100,909],
    [150,909],
    [200,908],
    [250,905],
    [300,902],
    [400,883],
    [500,820],
    [600,786],
    [700,706],
    [850,455],
    [925,288],
    [1000,11]
  ]}
  ]
}]
