[{
"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,906],
    [300,903],
    [400,885],
    [500,827],
    [600,793],
    [700,721],
    [850,487],
    [925,333],
    [1000,16]
  ]}
  ]
}]
