[{
"type": "hist",
"xtitle": "Pressure, hPa",
"ytitle": "Number of Observation",
"color": ["#00AAAA","#aa00aa"],
"content": [
  {"name": "GPSMET (UCAR dry)", "data":[
    [10,64],
    [20,64],
    [30,64],
    [50,64],
    [70,64],
    [100,64],
    [150,64],
    [200,64],
    [250,64],
    [300,63],
    [400,61],
    [500,54],
    [600,51],
    [700,41],
    [850,17],
    [925,9],
    [1000,1]
  ]},
  {"name": "GPSMET (UCAR wet)", "data":[
    [10,9],
    [20,64],
    [30,64],
    [50,64],
    [70,64],
    [100,64],
    [150,64],
    [200,64],
    [250,64],
    [300,63],
    [400,61],
    [500,55],
    [600,52],
    [700,43],
    [850,19],
    [925,10],
    [1000,null]
  ]}
  ]
}]
